commit | b856052c00dfef70d0957482c72c2979ffc4733a | [log] [tgz] |
---|---|---|
author | Daniel Lam <dalam@google.com> | Mon Jan 30 15:51:27 2012 -0800 |
committer | Daniel Lam <dalam@google.com> | Thu Feb 09 16:16:51 2012 -0800 |
tree | eab7a1f87865126334eba42284c5381548f7b012 | |
parent | 9e4b89486e0703dea4149a789b389364f6bf3340 [diff] [blame] |
Refactored query function from SurfaceTexture into BufferQueue Change-Id: Id1cb6cc38d01edb4fcfcad867c5a7693bdcc3ab1
diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 4318f0f..dcab049 100644 --- a/include/gui/SurfaceTexture.h +++ b/include/gui/SurfaceTexture.h
@@ -55,7 +55,7 @@ virtual ~SurfaceTexture(); - virtual int query(int what, int* value); + // updateTexImage sets the image contents of the target texture to that of // the most recently queued buffer.