diff options
Diffstat (limited to 'cc/single_thread_proxy.h')
-rw-r--r-- | cc/single_thread_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h index d41955a..a51c64f 100644 --- a/cc/single_thread_proxy.h +++ b/cc/single_thread_proxy.h @@ -53,6 +53,7 @@ public: virtual void onCanDrawStateChanged(bool canDraw) OVERRIDE { } virtual void setNeedsRedrawOnImplThread() OVERRIDE; virtual void setNeedsCommitOnImplThread() OVERRIDE; + virtual void setNeedsManageTilesOnImplThread() OVERRIDE; virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector>, base::Time wallClockTime) OVERRIDE; virtual bool reduceContentsTextureMemoryOnImplThread(size_t limitBytes, int priorityCutoff) OVERRIDE; virtual void sendManagedMemoryStats() OVERRIDE; |