| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 0bc1cf1b768dd7e534ade982e1326168a6a41549..01fe74e8294234f6ff9113eca22613fcce1371bc 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(
|
|
|