diff options
author | John Reck <jreck@google.com> | 2019-03-07 17:01:08 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2019-03-07 17:03:48 -0800 |
commit | f1aa7909e6496da4a1ae9ccfcbab5db843d329c3 (patch) | |
tree | 95a611c7a0055078596c206835d426db22a4f5ee /libs/hwui/RenderNode.h | |
parent | 4348a4d7078dd4a2d786464db170f817ee19f6b1 (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.h | 2 |
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; |