Index: content/browser/compositor/buffer_queue.h |
diff --git a/content/browser/compositor/buffer_queue.h b/content/browser/compositor/buffer_queue.h |
index dca9c38c0d48ffb90f0846ea732da6aece889ee8..639079355a9c6090005678fdd0ac2e225d7656dd 100644 |
--- a/content/browser/compositor/buffer_queue.h |
+++ b/content/browser/compositor/buffer_queue.h |
@@ -80,6 +80,7 @@ class CONTENT_EXPORT BufferQueue { |
AllocatedSurface current_surface_; // This surface is currently bound. |
std::vector<AllocatedSurface> available_surfaces_; // These are free for use. |
std::deque<AllocatedSurface> in_flight_surfaces_; |
+ std::deque<AllocatedSurface> display_queue_surfaces_; |
GLHelper* gl_helper_; |
DISALLOW_COPY_AND_ASSIGN(BufferQueue); |