summaryrefslogtreecommitdiff
path: root/libs/hwui/renderstate
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2016-05-17 00:08:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-17 00:08:14 +0000
commitbd2edfca03bf09143a941c3859c4fbd3f8115aba (patch)
tree97434f5183a34183de1d6470c5cac0857a08e802 /libs/hwui/renderstate
parentb7bd18bdc67740aad7fd1fc4704dcf58857b4c58 (diff)
parent189e3e5ec5b698f1062fb98692fa75d3750148e0 (diff)
Merge "Fix hw layer overdraw/update visualization" into nyc-dev
am: 189e3e5ec5 * commit '189e3e5ec5b698f1062fb98692fa75d3750148e0': Fix hw layer overdraw/update visualization Change-Id: Ic4c49b25e0d1709d34974adb828c3ab4644415e5
Diffstat (limited to 'libs/hwui/renderstate')
-rw-r--r--libs/hwui/renderstate/OffscreenBufferPool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/renderstate/OffscreenBufferPool.h b/libs/hwui/renderstate/OffscreenBufferPool.h
index 089f131668a0..73a3392a7811 100644
--- a/libs/hwui/renderstate/OffscreenBufferPool.h
+++ b/libs/hwui/renderstate/OffscreenBufferPool.h
@@ -77,6 +77,8 @@ public:
// vbo / size of mesh
GLsizei elementCount = 0;
GLuint vbo = 0;
+
+ bool hasRenderedSinceRepaint;
};
/**