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 | ae468f43418c3cbae74c7f546283f6bb4e4df690 (patch) | |
tree | a410ec78fbad7825b81f2edabe80eb34127003e1 /include | |
parent | 52226048095c2eb27ede0c3389626df270a0abff (diff) | |
download | frameworks_native-ae468f43418c3cbae74c7f546283f6bb4e4df690.zip frameworks_native-ae468f43418c3cbae74c7f546283f6bb4e4df690.tar.gz frameworks_native-ae468f43418c3cbae74c7f546283f6bb4e4df690.tar.bz2 |
SurfaceTexture: fix up a comment.
Change-Id: I044e44e17319e08af657a7ec9fa39100876fe862
Diffstat (limited to 'include')
-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 |