SurfaceTexture: fix up a comment.

Change-Id: I044e44e17319e08af657a7ec9fa39100876fe862
This commit is contained in:
Jamie Gennis 2011-06-12 14:11:39 -07:00
parent 5222604809
commit ae468f4341
1 changed files with 3 additions and 3 deletions

View File

@ -293,9 +293,9 @@ private:
// by calling setBufferCount or setBufferCountServer
int mBufferCount;
// mRequestedBufferCount is the number of buffer slots requested by the
// client. The default is zero, which means the client doesn't care how
// many buffers there is.
// mClientBufferCount is the number of buffer slots requested by the client.
// The default is zero, which means the client doesn't care how many buffers
// there is.
int mClientBufferCount;
// mServerBufferCount buffer count requested by the server-side