diff options
author | Jamie Gennis <jgennis@google.com> | 2011-07-19 12:11:52 -0700 |
---|---|---|
committer | Jamie Gennis <jgennis@google.com> | 2011-07-21 14:32:56 -0700 |
commit | 075db95875db320d4e2ed05be0301ff3cc6023e1 (patch) | |
tree | dc92b0c44b78b5561916a0d9bd3d0ac08f7d582f | |
parent | 5c23a2c72d1c3d2c423355ae301e0822e1662b9f (diff) | |
download | frameworks_base-075db95875db320d4e2ed05be0301ff3cc6023e1.zip frameworks_base-075db95875db320d4e2ed05be0301ff3cc6023e1.tar.gz frameworks_base-075db95875db320d4e2ed05be0301ff3cc6023e1.tar.bz2 |
SurfaceTexture: fix a comment
Change-Id: I799532f77f8fbb6b8ee6888fdd8852b6f28e8c33
-rw-r--r-- | include/gui/SurfaceTexture.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 945f4bc..62ea943 100644 --- a/include/gui/SurfaceTexture.h +++ b/include/gui/SurfaceTexture.h @@ -343,8 +343,7 @@ private: // mCurrentTextureBuf is the graphic buffer of the current texture. It's // possible that this buffer is not associated with any buffer slot, so we - // must track it separately in order to properly use - // IGraphicBufferAlloc::freeAllGraphicBuffersExcept. + // must track it separately in order to support the getCurrentBuffer method. sp<GraphicBuffer> mCurrentTextureBuf; // mCurrentCrop is the crop rectangle that applies to the current texture. |