Index: cc/thread_proxy.h |
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
index c0a661af714798c4d730053fcbdbd4b01e8db106..da4f3868eddfb01ff385e71323e828bdcb731ae8 100644 |
--- a/cc/thread_proxy.h |
+++ b/cc/thread_proxy.h |
@@ -47,6 +47,7 @@ public: |
virtual void setNeedsRedraw() OVERRIDE; |
virtual void setDeferCommits(bool) OVERRIDE; |
virtual bool commitRequested() const OVERRIDE; |
+ virtual void didAddAnimation() OVERRIDE { } |
virtual void start() OVERRIDE; |
virtual void stop() OVERRIDE; |
virtual size_t maxPartialTextureUpdates() const OVERRIDE; |