commit | 6d5a7bb970dd5cfd5a51fe2de7f10b9fc75732b2 | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Thu Mar 13 11:39:09 2014 -0700 |
committer | Dan Stoza <stoza@google.com> | Thu Mar 13 11:39:09 2014 -0700 |
tree | 941b796f8a90585c94f4f98b54514667da7f2a8e | |
parent | d105876a6c4f51199b2e24e5aa0384721cd23d0c [diff] |
Remove deprecated BufferQueue constructor Bug: 13415624 Change-Id: I52f58a4d22296d9fc3cdbd4ad53eb10a785db3ce
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h index 350b987..ac53f02 100644 --- a/include/gui/SurfaceComposerClient.h +++ b/include/gui/SurfaceComposerClient.h
@@ -169,7 +169,7 @@ private: mutable sp<CpuConsumer> mCpuConsumer; - mutable sp<BufferQueue> mBufferQueue; + mutable sp<IGraphicBufferProducer> mProducer; CpuConsumer::LockedBuffer mBuffer; bool mHaveBuffer;