| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index e2a8f21c57421b9eee46f4c987b49acb9ef1b92a..8bdd7b6286b3be062eaf2d7fbdc25e7595667ecd 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -160,10 +160,8 @@ class ThreadProxy : public Proxy,
|
| void ForceCommitForReadbackOnImplThread(
|
| CompletionEvent* begin_main_frame_sent_completion,
|
| ReadbackRequest* request);
|
| - void StartCommitOnImplThread(
|
| - CompletionEvent* completion,
|
| - ResourceUpdateQueue* queue,
|
| - scoped_refptr<ContextProvider> offscreen_context_provider);
|
| + void StartCommitOnImplThread(CompletionEvent* completion,
|
| + ResourceUpdateQueue* queue);
|
| void BeginMainFrameAbortedOnImplThread(bool did_handle);
|
| void RequestReadbackOnImplThread(ReadbackRequest* request);
|
| void FinishAllRenderingOnImplThread(CompletionEvent* completion);
|
| @@ -177,7 +175,6 @@ class ThreadProxy : public Proxy,
|
| void InitializeOutputSurfaceOnImplThread(
|
| CompletionEvent* completion,
|
| scoped_ptr<OutputSurface> output_surface,
|
| - scoped_refptr<ContextProvider> offscreen_context_provider,
|
| bool* success,
|
| RendererCapabilities* capabilities);
|
| void FinishGLOnImplThread(CompletionEvent* completion);
|
| @@ -214,8 +211,6 @@ class ThreadProxy : public Proxy,
|
| bool commit_requested;
|
| // Set by SetNeedsAnimate, SetNeedsUpdateLayers, and SetNeedsCommit.
|
| bool commit_request_sent_to_impl_thread;
|
| - // Set by BeginMainFrame
|
| - bool created_offscreen_context_provider;
|
|
|
| bool started;
|
| bool in_composite_and_readback;
|
|
|