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

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: respond to Brian's comments 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
Index: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 4545cfddd95e854bb1842a063fb365280aaf8262..fd3e136223c68a0b21148baaf46f48732b62bb85 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -357,6 +357,7 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
void BeginMainFrameNotExpectedSoon() override {
test_hooks_->BeginMainFrameNotExpectedSoon();
}
+ void BeginMainFrameNotExpectedUntil(base::TimeTicks time) override {}
private:
explicit LayerTreeHostClientForTesting(TestHooks* test_hooks)

Powered by Google App Engine
This is Rietveld 408576698