| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index d5ad3137bea46fe2e9e7351a567332d5c3909976..d2a8f3219aae466170394eb9c2d65da31d0a0f39 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -47,6 +47,8 @@ class FakeProxy : public Proxy {
|
| void SetDebugState(const LayerTreeDebugState& debug_state) override {}
|
| bool MainFrameWillHappenForTesting() override;
|
| void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override {}
|
| + void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override {
|
| + }
|
|
|
| virtual RendererCapabilities& GetRendererCapabilities();
|
| void SetMaxPartialTextureUpdates(size_t max);
|
|
|