Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1096)

Unified Diff: content/browser/compositor/buffer_queue.h

Issue 781683005: Ozone: Avoid blocking in Swapbuffer Call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | content/browser/compositor/buffer_queue.cc » ('j') | content/browser/compositor/buffer_queue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698