Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 0fae4dcf41b4a6729fd8e69a6933edfdfba16fe9..f2067dfb15d31e74c9ba758b0eece2ddced38eb1 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -57,6 +57,7 @@ public: |
virtual void didUploadVisibleHighResolutionTileOnImplThread() OVERRIDE; |
virtual void setNeedsCommitOnImplThread() OVERRIDE; |
virtual void setNeedsManageTilesOnImplThread() OVERRIDE; |
+ virtual void setNeedsCheckForCompletedRasterTasksOnImplThread() OVERRIDE; |
virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector>, base::Time wallClockTime) OVERRIDE; |
virtual bool reduceContentsTextureMemoryOnImplThread(size_t limitBytes, int priorityCutoff) OVERRIDE; |
virtual void reduceWastedContentsTextureMemoryOnImplThread() OVERRIDE; |