summaryrefslogtreecommitdiff
path: root/libs/hwui/RenderNode.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2019-03-07 17:01:08 -0800
committerJohn Reck <jreck@google.com>2019-03-07 17:03:48 -0800
commitf1aa7909e6496da4a1ae9ccfcbab5db843d329c3 (patch)
tree95a611c7a0055078596c206835d426db22a4f5ee /libs/hwui/RenderNode.h
parent4348a4d7078dd4a2d786464db170f817ee19f6b1 (diff)
Fix damage tracking for RenderNode drawn twice
Bug: 127866048 Test: CustomRenderer demo Change-Id: I431a7284b1d0a026e06500a78f41830a268235a5
Diffstat (limited to 'libs/hwui/RenderNode.h')
-rw-r--r--libs/hwui/RenderNode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h
index 6060123ed759..23e7a0e60554 100644
--- a/libs/hwui/RenderNode.h
+++ b/libs/hwui/RenderNode.h
@@ -255,6 +255,8 @@ private:
DisplayList* mDisplayList;
DisplayList* mStagingDisplayList;
+ int64_t mDamageGenerationId;
+
friend class AnimatorManager;
AnimatorManager mAnimatorManager;