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

Unified Diff: cc/test/layer_tree_test.cc

Issue 2753843003: Create a new action triggered when a BeginMainFrame is not expected before vsync (Closed)
Patch Set: Add BeginMainFrameNotExpectedUntil to content::CompositorImpl for Android. Created 3 years, 8 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
« no previous file with comments | « cc/scheduler/scheduler_unittest.cc ('k') | cc/test/stub_layer_tree_host_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 45d898a57f6622f6120ac22d76bca1bac00415e3..ceb405b5426ec218baa0fbbf9eed463c45c3c034 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -364,6 +364,7 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
void BeginMainFrameNotExpectedSoon() override {
test_hooks_->BeginMainFrameNotExpectedSoon();
}
+ void BeginMainFrameNotExpectedUntil(base::TimeTicks time) override {}
bool IsForSubframe() override { return false; }
« no previous file with comments | « cc/scheduler/scheduler_unittest.cc ('k') | cc/test/stub_layer_tree_host_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698