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 | 41f673c9b3aac0d96e41c928845c39186d565212 (patch) | |
tree | 7e6e1bc13a85c0cba7fcf39f76766f3a7ddbf4c8 /libs/gui/SurfaceTexture.cpp | |
parent | f61c57fe2e955e1c195bb0ca2dd7bcdaa922d5a9 (diff) | |
download | frameworks_native-41f673c9b3aac0d96e41c928845c39186d565212.zip frameworks_native-41f673c9b3aac0d96e41c928845c39186d565212.tar.gz frameworks_native-41f673c9b3aac0d96e41c928845c39186d565212.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> |