diff options
Diffstat (limited to 'cc/thread_proxy.h')
-rw-r--r-- | cc/thread_proxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h index da4f386..c0a661a 100644 --- a/cc/thread_proxy.h +++ b/cc/thread_proxy.h @@ -47,7 +47,6 @@ 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; |