| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 1d62c6f50cbb4eff0ab8ca3f72ee49ec6e26c89e..004962e76cf6f0f5d90a90170471e5fc86f1e6d0 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -40,6 +40,7 @@ class FakeProxy : public Proxy {
|
| virtual void Stop() OVERRIDE {}
|
| virtual void ForceSerializeOnSwapBuffers() OVERRIDE {}
|
| virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
|
| + virtual bool SupportsImplScrolling() const OVERRIDE;
|
| virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE {}
|
| virtual bool CommitPendingForTesting() OVERRIDE;
|
| virtual scoped_ptr<base::Value> AsValue() const OVERRIDE;
|
|
|