Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index f10e4ba7d4f39a75a536eb4ac5ca4b771ca1598b..839fb3fa45b3912c598a36b2e28c6e529126a476 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(). |