Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index dd46c5887cb62c9fa7c218cfc49a4a14fff68512..a4ba40c7728fbb72e3cf9135a66518113e5aa8a0 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -47,7 +47,6 @@ class ThreadProxy : public Proxy, |
virtual bool IsStarted() const OVERRIDE; |
virtual void SetLayerTreeHostClientReady() OVERRIDE; |
virtual void SetVisible(bool visible) OVERRIDE; |
- virtual void CreateAndInitializeOutputSurface() OVERRIDE; |
virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE; |
virtual void SetNeedsAnimate() OVERRIDE; |
virtual void SetNeedsUpdateLayers() OVERRIDE; |
@@ -149,6 +148,7 @@ class ThreadProxy : public Proxy, |
void DidCommitAndDrawFrame(); |
void DidCompleteSwapBuffers(); |
void SetAnimationEvents(scoped_ptr<AnimationEventsVector> queue); |
+ void CreateAndInitializeOutputSurface(); |
enne (OOO)
2014/05/16 20:50:14
Can you pick better names to differentiate this an
danakj
2014/05/16 21:02:14
I agree, though the following function is being re
|
void DoCreateAndInitializeOutputSurface(); |
void SendCommitRequestToImplThreadIfNeeded(); |