Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index ee92173695d49856c46d6862931e15ced127e720..474fb1f11013e429e9fddd15a841f3eee26d4c04 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -57,6 +57,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
virtual void NotifyReadyToActivate() OVERRIDE; |
virtual void SetNeedsRedrawOnImplThread() OVERRIDE; |
virtual void SetNeedsRedrawRectOnImplThread(gfx::Rect dirty_rect) OVERRIDE; |
+ virtual void SetNeedsManageTilesOnImplThread() OVERRIDE; |
virtual void DidInitializeVisibleTileOnImplThread() OVERRIDE; |
virtual void SetNeedsCommitOnImplThread() OVERRIDE; |
virtual void PostAnimationEventsToMainThreadOnImplThread( |