Index: cc/proxy.h |
diff --git a/cc/proxy.h b/cc/proxy.h |
index 7f63e6fc233df82355c00455d70b0f7ffd54144b..7315cfff172c58dade0c48406da5f62de2bade3c 100644 |
--- a/cc/proxy.h |
+++ b/cc/proxy.h |
@@ -80,6 +80,8 @@ public: |
// like compositeAndReadback while commits are deferred. |
virtual void setDeferCommits(bool) = 0; |
+ virtual void didAddAnimation() = 0; |
+ |
virtual bool commitRequested() const = 0; |
virtual void start() = 0; // Must be called before using the proxy. |