summaryrefslogtreecommitdiffstats
path: root/include/gui/SurfaceTexture.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-04-20 14:20:59 -0700
committerMathias Agopian <mathias@google.com>2011-05-11 18:01:51 -0700
commiteafabcdc1639fb96062d9e3c39b0ae27b0238ae1 (patch)
tree03844748fb2b1811004e86767822d9b93fad27a0 /include/gui/SurfaceTexture.h
parentc04f153353cdb0d291297d10452239f791d3fd2b (diff)
downloadframeworks_native-eafabcdc1639fb96062d9e3c39b0ae27b0238ae1.zip
frameworks_native-eafabcdc1639fb96062d9e3c39b0ae27b0238ae1.tar.gz
frameworks_native-eafabcdc1639fb96062d9e3c39b0ae27b0238ae1.tar.bz2
unify SurfaceTexture and Surface
Change-Id: I49da2f5d8408e4cd7e148cfb777bb4ff68cd8f37
Diffstat (limited to 'include/gui/SurfaceTexture.h')
-rw-r--r--include/gui/SurfaceTexture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h
index 2a13e3f..152e9bf 100644
--- a/include/gui/SurfaceTexture.h
+++ b/include/gui/SurfaceTexture.h
@@ -76,6 +76,8 @@ public:
virtual status_t setCrop(const Rect& reg);
virtual status_t setTransform(uint32_t transform);
+ virtual int query(int what, int* value);
+
// updateTexImage sets the image contents of the target texture to that of
// the most recently queued buffer.
//