diff options
| author | 2014-09-04 17:40:05 -0700 | |
|---|---|---|
| committer | 2014-09-04 17:40:05 -0700 | |
| commit | 443a714fa7c0dd07fee3527cc5bc3d3ca1fb7d44 (patch) | |
| tree | 4e1fd44948c6bc7324d6e3cb66af261f864530e5 /libs/hwui/OpenGLRenderer.h | |
| parent | 2388750612b1fe54d31a47e0a40c1e6cf5a0cedd (diff) | |
Yet more layer tracking logging
Bug: 17208461
Change-Id: I55e7d0921eb565867e966d68b798b7b92c391b55
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 e9ca5d9c839c..e295b1a8659b 100755 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -150,6 +150,7 @@ public: void cancelLayerUpdate(Layer* layer); void clearLayerUpdates(); void flushLayerUpdates(); + void markLayersAsBuildLayers(); virtual int saveLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags) { |