diff options
Diffstat (limited to 'cc/trees/thread_proxy.h')
-rw-r--r-- | cc/trees/thread_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h index 3a213b9..0bd1f4b 100644 --- a/cc/trees/thread_proxy.h +++ b/cc/trees/thread_proxy.h @@ -90,6 +90,7 @@ class ThreadProxy : public Proxy, virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay) OVERRIDE; virtual void DidActivatePendingTree() OVERRIDE; + virtual void DidManageTiles() OVERRIDE; // SchedulerClient implementation virtual void SetNeedsBeginImplFrame(bool enable) OVERRIDE; |