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

Unified Diff: cc/test/layer_tree_test.cc

Issue 723713003: cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 373959df0d40ca72490d1992f9b70f9da228135e..1c3fbd9f6a164f61a160b5d0dc891b4956fa60f8 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -380,6 +380,10 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
test_hooks_->DidInitializeOutputSurface();
}
+ void SendBeginFramesToChildren(const BeginFrameArgs& args) override {
+ test_hooks_->SendBeginFramesToChildren(args);
+ }
+
void DidFailToInitializeOutputSurface() override {
test_hooks_->DidFailToInitializeOutputSurface();
}

Powered by Google App Engine
This is Rietveld 408576698