diff options
| author | 2012-11-29 17:52:58 -0800 | |
|---|---|---|
| committer | 2012-11-30 16:29:33 -0800 | |
| commit | 5bb3c730f5ebd2a0db1b02a8981c6fdbea6c1a2e (patch) | |
| tree | b049bafac199be2d7e5cd4e86e4d8b03c1416616 /libs/hwui/Layer.cpp | |
| parent | db69db1510e77052f702a997894af5ca4b87e9e0 (diff) | |
Apply dev. settings at runtime
Bug #7434649
Change-Id: I16f00eaa8a5eefd9f9849e196cf2cb1659215390
Diffstat (limited to 'libs/hwui/Layer.cpp')
| -rw-r--r-- | libs/hwui/Layer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Layer.cpp b/libs/hwui/Layer.cpp index 1cdc06306be4..ee1d391daab5 100644 --- a/libs/hwui/Layer.cpp +++ b/libs/hwui/Layer.cpp @@ -41,6 +41,7 @@ Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight) { renderer = NULL; displayList = NULL; fbo = 0; + debugDrawUpdate = false; Caches::getInstance().resourceCache.incrementRefcount(this); } |