diff options
| author | Mathias Agopian <mathias@google.com> | 2011-11-17 17:48:35 -0800 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2011-11-28 15:21:57 -0800 |
| commit | 3f15700a012b1ab0097eaf90caf0540ba6caa529 (patch) | |
| tree | 548cf135dc366cfd34e430024e89b8e0b58a35b4 /libs/gui/SurfaceTexture.cpp | |
| parent | 16aca5197244f9066968658735611a0dbbe46403 (diff) | |
| download | frameworks_base-3f15700a012b1ab0097eaf90caf0540ba6caa529.zip frameworks_base-3f15700a012b1ab0097eaf90caf0540ba6caa529.tar.gz frameworks_base-3f15700a012b1ab0097eaf90caf0540ba6caa529.tar.bz2 | |
split ComposerService out of SurfaceComposerClient.h
Change-Id: I1eb691f7ca263d5895d871ab675bb5826e0323c6
Diffstat (limited to 'libs/gui/SurfaceTexture.cpp')
| -rw-r--r-- | libs/gui/SurfaceTexture.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gui/SurfaceTexture.cpp b/libs/gui/SurfaceTexture.cpp index b4d01a9..289726b 100644 --- a/libs/gui/SurfaceTexture.cpp +++ b/libs/gui/SurfaceTexture.cpp @@ -29,6 +29,8 @@ #include <hardware/hardware.h> +#include <private/gui/ComposerService.h> + #include <surfaceflinger/ISurfaceComposer.h> #include <surfaceflinger/SurfaceComposerClient.h> #include <surfaceflinger/IGraphicBufferAlloc.h> |
