Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index 2309fefa8c6b2f701899769604fb7089b0fdeacf..fee19559a95388b655788a8888b95720310e6c9f 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -48,6 +48,8 @@ class FakeProxy : public Proxy { |
bool MainFrameWillHappenForTesting() override; |
void AsValueInto(base::trace_event::TracedValue* state) const override; |
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override {} |
+ void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override { |
+ } |
virtual RendererCapabilities& GetRendererCapabilities(); |
void SetMaxPartialTextureUpdates(size_t max); |