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

Unified Diff: cc/test/fake_layer_tree_host_impl.cc

Issue 1014993002: [exp] cc: Introduce cc::CompositorMutator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/fake_layer_tree_host_impl.cc
diff --git a/cc/test/fake_layer_tree_host_impl.cc b/cc/test/fake_layer_tree_host_impl.cc
index ccfb20356651f8209fcb0b8981522ccd55e99fb5..2631fad8446af1ed1bcaa25740e96fb87080edc6 100644
--- a/cc/test/fake_layer_tree_host_impl.cc
+++ b/cc/test/fake_layer_tree_host_impl.cc
@@ -17,6 +17,7 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy,
&stats_instrumentation_,
manager,
NULL,
+ NULL,
0) {
// Explicitly clear all debug settings.
SetDebugState(LayerTreeDebugState());
@@ -37,6 +38,7 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
&stats_instrumentation_,
manager,
NULL,
+ NULL,
0) {
// Explicitly clear all debug settings.
SetDebugState(LayerTreeDebugState());

Powered by Google App Engine
This is Rietveld 408576698