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( |