diff options
| author | Chris Craik <ccraik@google.com> | 2014-09-19 15:31:17 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-19 15:31:18 +0000 |
| commit | 651486d0186755f30f08d17126a61bf7127cba96 (patch) | |
| tree | 9652f71d7957cd74be6218b53d8efc10daa7dce3 /libs/hwui/OpenGLRenderer.h | |
| parent | ccfa1a979901f2b459da736e0ad7f34ae193bb5e (diff) | |
| parent | 284b24358410cb0200e525a5ba36994090c83f20 (diff) | |
| download | frameworks_base-651486d0186755f30f08d17126a61bf7127cba96.zip frameworks_base-651486d0186755f30f08d17126a61bf7127cba96.tar.gz frameworks_base-651486d0186755f30f08d17126a61bf7127cba96.tar.bz2 | |
Merge "Fix garbage showing up beneath dialogs" into lmp-dev
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
| -rwxr-xr-x | libs/hwui/OpenGLRenderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index e295b1a..47ef1a9 100755 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -1013,6 +1013,7 @@ private: // No-ops start/endTiling when set bool mSuppressTiling; + bool mFirstFrameAfterResize; // If true, this renderer will setup drawing to emulate // an increment stencil buffer in the color buffer |
