diff options
author | John Reck <jreck@google.com> | 2016-07-29 10:08:16 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2016-07-29 10:08:16 -0700 |
commit | fb5c675b7e1fee074f19cf1866b5dda0785dbe64 (patch) | |
tree | 54c983e39ad8a3ee94062b8c509054ba87c9c81d /libs/hwui/FrameInfo.h | |
parent | 942ad98481be73e1f4efe0e6837d8930ec4d9d6b (diff) | |
parent | 67daab6a1e0897cd0528a19071eeb9f4a2b00b49 (diff) |
resolve merge conflicts of 67daab6 to nyc-mr1-dev-plus-aosp
Change-Id: I35f867b8d6408a7eae9cf5643f0908259de90cb1
Diffstat (limited to 'libs/hwui/FrameInfo.h')
-rw-r--r-- | libs/hwui/FrameInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/FrameInfo.h b/libs/hwui/FrameInfo.h index afab84c3542c..993b158526b5 100644 --- a/libs/hwui/FrameInfo.h +++ b/libs/hwui/FrameInfo.h @@ -48,6 +48,9 @@ enum class FrameInfoIndex { SwapBuffers, FrameCompleted, + DequeueBufferDuration, + QueueBufferDuration, + // Must be the last value! NumIndexes }; |