commit | fc35258c9dd71b68dc278fa0c9220d74fd643f31 | [log] [tgz] |
---|---|---|
author | Pablo Ceballos <pceballos@google.com> | Thu Jun 30 17:22:20 2016 -0700 |
committer | Pablo Ceballos <pceballos@google.com> | Thu Jun 30 17:22:20 2016 -0700 |
tree | 39d171fb1258fb4ea0f05e5e67a86824862fae1a | |
parent | 6155b40830e7945e9d4a76fe89af9a6322d4977f [diff] [blame] |
Fix build break Change-Id: Ifb9aeed9bd416d2646d9bdb9a0fe21cfd6b88af5
diff --git a/libs/gui/IGraphicBufferProducer.cpp b/libs/gui/IGraphicBufferProducer.cpp index eddd4ee..2e013f1 100644 --- a/libs/gui/IGraphicBufferProducer.cpp +++ b/libs/gui/IGraphicBufferProducer.cpp
@@ -55,8 +55,8 @@ SET_AUTO_REFRESH, SET_DEQUEUE_TIMEOUT, GET_LAST_QUEUED_BUFFER, - GET_FRAME_TIMESTAMPS - GET_UNIQUE_ID, + GET_FRAME_TIMESTAMPS, + GET_UNIQUE_ID }; class BpGraphicBufferProducer : public BpInterface<IGraphicBufferProducer>