summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2012-09-04 14:55:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-04 14:55:59 -0700
commite84ec393bb48e4817eaa280ee51c099af041b14c (patch)
tree6a9f6cae4dd28e43683e8712c0f95f893d8a1693 /include
parent374850cf161ecacc292afe8e34cbe3f96c0d8e85 (diff)
parent9e75ddda93888755d0b14144b62e896cd9f78f3a (diff)
downloadframeworks_native-e84ec393bb48e4817eaa280ee51c099af041b14c.zip
frameworks_native-e84ec393bb48e4817eaa280ee51c099af041b14c.tar.gz
frameworks_native-e84ec393bb48e4817eaa280ee51c099af041b14c.tar.bz2
Merge "libgui: add BufferQueue test infrastructure" into jb-mr1-dev
Diffstat (limited to 'include')
-rw-r--r--include/gui/ISurfaceTexture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gui/ISurfaceTexture.h b/include/gui/ISurfaceTexture.h
index 8b4025d..ae7c5c2 100644
--- a/include/gui/ISurfaceTexture.h
+++ b/include/gui/ISurfaceTexture.h
@@ -39,9 +39,6 @@ class ISurfaceTexture : public IInterface
public:
DECLARE_META_INTERFACE(SurfaceTexture);
-protected:
- friend class SurfaceTextureClient;
-
enum {
BUFFER_NEEDS_REALLOCATION = 0x1,
RELEASE_ALL_BUFFERS = 0x2,