From 3559fbf93801e2c0d9d8fb246fb9b867a361b464 Mon Sep 17 00:00:00 2001 From: Pablo Ceballos Date: Thu, 17 Mar 2016 15:50:23 -0700 Subject: Rename single buffer mode to shared buffer mode Change-Id: Id43d0737d9367981644e498942ebc0077d61038c --- include/gui/BufferItem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gui/BufferItem.h') 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 { // 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; -- cgit v1.2.3-59-g8ed1b