| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 5138c3a09e27afadd1d6911ae2ad2d46d2de23d7..38135a7b89ebaab9afd6cf9d29f16900e0fa24bb 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -193,7 +193,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void SetMaxSwapsPendingOnImplThread(int max) override;
|
| void DidSwapBuffersOnImplThread() override;
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| - void OnResourcelessSoftareDrawStateChanged(bool resourceless_draw) override;
|
| void OnCanDrawStateChanged(bool can_draw) override;
|
| void NotifyReadyToActivate() override;
|
| void NotifyReadyToDraw() override;
|
| @@ -216,7 +215,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void WillPrepareTiles() override;
|
| void DidPrepareTiles() override;
|
| void DidCompletePageScaleAnimationOnImplThread() override;
|
| - void OnDrawForOutputSurface() override;
|
| + void OnDrawForOutputSurface(bool resourceless_software_draw) override;
|
| // This should only be called by LayerTreeHostImpl::PostFrameTimingEvents.
|
| void PostFrameTimingEventsOnImplThread(
|
| scoped_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
|
|
|