diff options
author | Jamie Gennis <jgennis@google.com> | 2011-06-12 14:11:39 -0700 |
---|---|---|
committer | Jamie Gennis <jgennis@google.com> | 2011-06-13 10:50:13 -0700 |
commit | 4e03d327d6310cd2c5ca3ecd55f91363b555de71 (patch) | |
tree | c11d3fb0a2333a27b22962c653ad5805e29f0961 /include/gui | |
parent | 15e0d9f5e0700fa7dc0ecd0f07d5fea6f9597ca0 (diff) | |
download | frameworks_base-4e03d327d6310cd2c5ca3ecd55f91363b555de71.zip frameworks_base-4e03d327d6310cd2c5ca3ecd55f91363b555de71.tar.gz frameworks_base-4e03d327d6310cd2c5ca3ecd55f91363b555de71.tar.bz2 |
SurfaceTexture: fix up a comment.
Change-Id: I044e44e17319e08af657a7ec9fa39100876fe862
Diffstat (limited to 'include/gui')
-rw-r--r-- | include/gui/SurfaceTexture.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 62c3a4a..9294df6 100644 --- a/include/gui/SurfaceTexture.h +++ b/include/gui/SurfaceTexture.h @@ -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 |