commit | b027f805c9a18893556353f44008683e20ebe049 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Wed Nov 29 14:00:52 2017 -0800 |
committer | Chia-I Wu <olv@google.com> | Wed Nov 29 14:52:25 2017 -0800 |
tree | 9a1183759a77d0a92a0eb5b24fd2b34df40970e7 | |
parent | 1e24ccebeeb6798afce2730a120abcf9927960fa [diff] [blame] |
surfaceflinger: run clang-format on RenderEngine Run clang-format on all files. In Program constructor, use mat4() instead of manually construct a 4x4 identity matrix. Test: builds Change-Id: I84e5eec06d103383c715b1f03c521bbcca5bd92c
diff --git a/services/surfaceflinger/RenderEngine/Description.cpp b/services/surfaceflinger/RenderEngine/Description.cpp index 706960c..e014406 100644 --- a/services/surfaceflinger/RenderEngine/Description.cpp +++ b/services/surfaceflinger/RenderEngine/Description.cpp
@@ -33,8 +33,7 @@ mColorMatrixEnabled = false; } -Description::~Description() { -} +Description::~Description() {} void Description::setPremultipliedAlpha(bool premultipliedAlpha) { mPremultipliedAlpha = premultipliedAlpha;