Index: cc/proxy.h |
diff --git a/cc/proxy.h b/cc/proxy.h |
index 8b8f2726bad2e660d861a70f50cef8d16384c5bd..7a1fd27fef14b07368775436474fe70b8a48c263 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. |