Chromium Code Reviews| Index: cc/single_thread_proxy.h |
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
| index 51deb253df2a0bc84720d7ae8e9c9829dae092c2..bb1366daa90781a86533d71462effc2cffb54af0 100644 |
| --- a/cc/single_thread_proxy.h |
| +++ b/cc/single_thread_proxy.h |
| @@ -40,6 +40,7 @@ public: |
| virtual void setDeferCommits(bool) OVERRIDE; |
| virtual bool commitRequested() const OVERRIDE; |
| virtual void didAddAnimation() OVERRIDE; |
| + virtual void mainThreadHasStoppedFlinging() OVERRIDE { }; |
|
jamesr
2012/12/13 21:39:05
nit: no trailing semicolon
|
| virtual void start() OVERRIDE; |
| virtual void stop() OVERRIDE; |
| virtual size_t maxPartialTextureUpdates() const OVERRIDE; |