summaryrefslogtreecommitdiff
path: root/include/gui/BufferItem.h
diff options
context:
space:
mode:
author Pablo Ceballos <pceballos@google.com> 2016-03-28 19:34:27 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-03-28 19:34:27 +0000
commit59d12e90ae09171fc8b50fd8fd02e3247c04840c (patch)
tree5ad7dfed31eef379ec3aed9fa3444e83113a768a /include/gui/BufferItem.h
parent9767bd89a6f5aa510c649d03e485c086d4ebd614 (diff)
parent3559fbf93801e2c0d9d8fb246fb9b867a361b464 (diff)
Merge "Rename single buffer mode to shared buffer mode" into nyc-dev
Diffstat (limited to 'include/gui/BufferItem.h')
-rw-r--r--include/gui/BufferItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gui/BufferItem.h b/include/gui/BufferItem.h
index 6f45181345..f45d85207a 100644
--- a/include/gui/BufferItem.h
+++ b/include/gui/BufferItem.h
@@ -121,10 +121,10 @@ class BufferItem : public Flattenable<BufferItem> {
// Indicates that the consumer should acquire the next frame as soon as it
// can and not wait for a frame to become available. This is only relevant
- // in single buffer mode.
+ // in shared buffer mode.
bool mAutoRefresh;
- // Indicates that this buffer was queued by the producer. When in single
+ // Indicates that this buffer was queued by the producer. When in shared
// buffer mode acquire() can return a BufferItem that wasn't in the queue.
bool mQueuedBuffer;