Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4742)

Unified Diff: cc/test/fake_proxy.h

Issue 1841083007: Remove SendBeginFramesToChildren plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheduler_output_surface_client_set_beginframesource
Patch Set: Remove some comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/test/fake_proxy.h
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index cbb3ead2fd48a89c3ff45ef4a988776fd723723a..daadcd6d35d8d1a9585721d7fd69c0882a9e6c20 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -39,7 +39,6 @@ class FakeProxy : public Proxy {
void Stop() override {}
bool SupportsImplScrolling() const override;
bool MainFrameWillHappenForTesting() override;
- void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override {}
void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override {
}
void UpdateTopControlsState(TopControlsState constraints,

Powered by Google App Engine
This is Rietveld 408576698