diff options
author | John Reck <jreck@google.com> | 2016-04-18 14:34:18 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2016-04-18 14:34:18 -0700 |
commit | 28912a508493e583c48772e2a234e0ed66849490 (patch) | |
tree | 72f09e9a74f753bbb09925bb37a9f28e12d06bd2 /libs/hwui/TreeInfo.h | |
parent | 7d0b8d792886b2ed5ff89ac6c2723fba9d44c7d4 (diff) |
Make getFrameNumber lazy
Change-Id: I783de544ad9a3636ea90f1c8c4034738997bfbc8
Fixes: 28246085
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r-- | libs/hwui/TreeInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index a43e544b4507..ac2bdccf5255 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h @@ -102,8 +102,6 @@ public: // tree state changes TreeObserver* observer = nullptr; - // Frame number for use with synchronized surfaceview position updating - int64_t frameNumber = -1; int32_t windowInsetLeft = 0; int32_t windowInsetTop = 0; bool updateWindowPositions = false; |