SurfaceTexture: fix a comment

Change-Id: I799532f77f8fbb6b8ee6888fdd8852b6f28e8c33
This commit is contained in:
Jamie Gennis 2011-07-19 12:11:52 -07:00
parent 976f494d53
commit 29c870271e

View File

@ -343,8 +343,7 @@ private:
// mCurrentTextureBuf is the graphic buffer of the current texture. It's // mCurrentTextureBuf is the graphic buffer of the current texture. It's
// possible that this buffer is not associated with any buffer slot, so we // possible that this buffer is not associated with any buffer slot, so we
// must track it separately in order to properly use // must track it separately in order to support the getCurrentBuffer method.
// IGraphicBufferAlloc::freeAllGraphicBuffersExcept.
sp<GraphicBuffer> mCurrentTextureBuf; sp<GraphicBuffer> mCurrentTextureBuf;
// mCurrentCrop is the crop rectangle that applies to the current texture. // mCurrentCrop is the crop rectangle that applies to the current texture.