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

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: missed one Created 3 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/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index f5d9ee63ee551309de11dfc6e7045e38564d6695..9767ed7f5807fbc85091062cfef82d40ab0e21a3 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -354,6 +354,9 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
void BeginMainFrameNotExpectedSoon() override {
test_hooks_->BeginMainFrameNotExpectedSoon();
}
+ void DoShortIdleWork(const BeginFrameArgs& args) override {
+ // TODO(delphick): do something here?
Sami 2017/03/24 15:24:11 Unless we're testing something at this level this
Dan Elphick 2017/03/29 16:02:44 Yeah it was just a reminder to check if we needed
+ }
private:
explicit LayerTreeHostClientForTesting(TestHooks* test_hooks)

Powered by Google App Engine
This is Rietveld 408576698