Index: cc/proxy.h |
diff --git a/cc/proxy.h b/cc/proxy.h |
index 65680e321e196d9187d44917eb69d5d137181a84..414049b77725fe6b5c38f0d8a1e82926782d4b84 100644 |
--- a/cc/proxy.h |
+++ b/cc/proxy.h |
@@ -81,8 +81,6 @@ 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. |