| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 1e768573ca02640959a937cec31538e0cf48c36d..5a8fee4eddd7e4a74622c0641c0be0474f0b65f1 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -87,6 +87,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| void OnCanDrawStateChanged(bool can_draw) override;
|
| void NotifyReadyToActivate() override;
|
| + void NotifyReadyToDraw() override;
|
| void SetNeedsRedrawOnImplThread() override;
|
| void SetNeedsRedrawRectOnImplThread(const gfx::Rect& dirty_rect) override;
|
| void SetNeedsAnimateOnImplThread() override;
|
|
|