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

Unified Diff: cc/test/layer_tree_test.cc

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Fix blimp issue Created 4 years, 11 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 90a0c8e51bb8c0fd3d99bde0eac54395e2a0ca85..b4d80f44bc671fc51eca667a2573de334b6986b5 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -373,6 +373,8 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
top_controls_delta);
}
+ void ApplyMutations(const LayerTreeMutations& mutations) override {}
+
void RequestNewOutputSurface() override {
test_hooks_->RequestNewOutputSurface();
}

Powered by Google App Engine
This is Rietveld 408576698