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

Unified Diff: cc/trees/thread_proxy.h

Issue 14273026: cc: Make async readback path use async glRreadPixels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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: cc/trees/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index 58fb05fd4f90e0376d8a0e7de4934392533ce368..a5c73095dbf36bcba511b946019614105964b9b2 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -162,6 +162,7 @@ class ThreadProxy : public Proxy,
void InitializeRendererOnImplThread(CompletionEvent* completion,
bool* initialize_succeeded,
RendererCapabilities* capabilities);
+ void FinishGLOnImplThread(CompletionEvent* completion);
void LayerTreeHostClosedOnImplThread(CompletionEvent* completion);
void ManageTilesOnImplThread();
void AcquireLayerTexturesForMainThreadOnImplThread(

Powered by Google App Engine
This is Rietveld 408576698