diff options
author | 2017-02-27 18:17:44 -0800 | |
---|---|---|
committer | 2017-03-08 20:00:21 -0800 | |
commit | 1da94dfed674e94edc37cdc8ef68530520edf169 (patch) | |
tree | f530e00576e48f8d3d5b08b67844ee96a869f8d6 /libs/gui/ConsumerBase.cpp | |
parent | 619634070f2fd5fa6ca0e035323fb2bb2aeea785 (diff) |
get rid of IGraphicBufferAlloc
buffers can now be allocated in-process.
Test: compile & run
Bug: cleanup
Change-Id: I3d4317a9bed20a6d8be2b7ac8fbb85738efb3657
Diffstat (limited to 'libs/gui/ConsumerBase.cpp')
-rw-r--r-- | libs/gui/ConsumerBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/ConsumerBase.cpp b/libs/gui/ConsumerBase.cpp index 8acdfed8f5..9d0fa7e862 100644 --- a/libs/gui/ConsumerBase.cpp +++ b/libs/gui/ConsumerBase.cpp @@ -30,7 +30,6 @@ #include <cutils/atomic.h> #include <gui/BufferItem.h> -#include <gui/IGraphicBufferAlloc.h> #include <gui/ISurfaceComposer.h> #include <gui/SurfaceComposerClient.h> #include <gui/ConsumerBase.h> |