summaryrefslogtreecommitdiff
path: root/libs/hwui/Layer.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-09-04 17:40:05 -0700
committerJohn Reck <jreck@google.com>2014-09-04 17:40:05 -0700
commit443a714fa7c0dd07fee3527cc5bc3d3ca1fb7d44 (patch)
tree4e1fd44948c6bc7324d6e3cb66af261f864530e5 /libs/hwui/Layer.cpp
parent2388750612b1fe54d31a47e0a40c1e6cf5a0cedd (diff)
Yet more layer tracking logging
Bug: 17208461 Change-Id: I55e7d0921eb565867e966d68b798b7b92c391b55
Diffstat (limited to 'libs/hwui/Layer.cpp')
-rw-r--r--libs/hwui/Layer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Layer.cpp b/libs/hwui/Layer.cpp
index e6bc4db5a323..25caae3a9e0c 100644
--- a/libs/hwui/Layer.cpp
+++ b/libs/hwui/Layer.cpp
@@ -54,6 +54,7 @@ Layer::Layer(RenderState& renderState, const uint32_t layerWidth, const uint32_t
convexMask = NULL;
caches.resourceCache.incrementRefcount(this);
rendererLightPosDirty = true;
+ wasBuildLayered = false;
renderState.registerLayer(this);
}