| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 5b3766bce18a70cd2d932caf33b87ad378b83646..1a15400ba3f54c48490ee410d2e636ac01d4f7db 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;
|
|
|