Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index 2bcacd80d94a3fa342ae5b1fb07047be1166cff7..5404cb0e50c8940fc1f82ca90cfa243f799ad4ea 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -45,6 +45,7 @@ class FakeProxy : public Proxy { |
void SetDebugState(const LayerTreeDebugState& debug_state) override {} |
bool MainFrameWillHappenForTesting() override; |
void AsValueInto(base::debug::TracedValue* state) const override; |
+ void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override {} |
virtual RendererCapabilities& GetRendererCapabilities(); |
void SetMaxPartialTextureUpdates(size_t max); |