| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 51deb253df2a0bc84720d7ae8e9c9829dae092c2..11ca720fe241b5db167a1c1cec9a950ab032d946 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 { }
|
| virtual void start() OVERRIDE;
|
| virtual void stop() OVERRIDE;
|
| virtual size_t maxPartialTextureUpdates() const OVERRIDE;
|
|
|