commit | a96387361ca25f0e8a7cebc59827c5be4c95a457 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Jun 01 12:05:21 2017 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Jun 01 12:05:21 2017 -0700 |
tree | b8414fd0937c52eca1cb465d85046a006ec48073 | |
parent | 8ec6ff22dc56e7447991557075d19f9edb2d5aa8 [diff] [blame] |
Fix the build Bug: n/a Test: compile Change-Id: I39179d83ae748434dcfd2043143e7154053071d7
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index e849313..1bc689d 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -705,6 +705,7 @@ mat4 mPreviousColorMatrix; mat4 mColorMatrix; + bool mHasColorMatrix; // Static screen stats bool mHasPoweredOff;