| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 2f3e7c56a671bb48257713001e072a385b398412..66753fd91ae393410608dd7c0ce45225628e7e18 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -182,6 +182,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| void OnCanDrawStateChanged(bool can_draw) override;
|
| void NotifyReadyToActivate() override;
|
| + void NotifyReadyToDraw() override;
|
| // Please call these 3 functions through
|
| // LayerTreeHostImpl's SetNeedsRedraw(), SetNeedsRedrawRect() and
|
| // SetNeedsAnimate().
|
|
|