| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index eff23dbd3d0db27123ca546c047c9328b83a981f..8d62dd1ea4c54004faf0d8173f392eb54d4fadfd 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -61,6 +61,9 @@ class ThreadProxy : public Proxy,
|
| virtual bool CommitPendingForTesting() OVERRIDE;
|
|
|
| // LayerTreeHostImplClient implementation
|
| + virtual void DidTryInitializeRendererOnImplThread(
|
| + bool success,
|
| + scoped_refptr<ContextProvider> offscreen_context_provider) OVERRIDE;
|
| virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE;
|
| virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE;
|
| virtual void OnVSyncParametersChanged(base::TimeTicks timebase,
|
|
|