From 075db95875db320d4e2ed05be0301ff3cc6023e1 Mon Sep 17 00:00:00 2001 From: Jamie Gennis Date: Tue, 19 Jul 2011 12:11:52 -0700 Subject: SurfaceTexture: fix a comment Change-Id: I799532f77f8fbb6b8ee6888fdd8852b6f28e8c33 --- include/gui/SurfaceTexture.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/gui/SurfaceTexture.h') diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 945f4bcd6890..62ea943f5396 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 mCurrentTextureBuf; // mCurrentCrop is the crop rectangle that applies to the current texture. -- cgit v1.2.3-59-g8ed1b