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

Unified Diff: cc/test/layer_tree_test.cc

Issue 2270573002: cc: Get rid of LayerTreeHost::output_surface_lost_ state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-caps
Patch Set: lth-outputsurface-lost: . Created 4 years, 4 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 701431eb20535acbb4056d7abb3160a82a0e2bdb..f83fceab4291cd359522c7465762c9a378915d01 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -387,10 +387,6 @@ class LayerTreeHostForTesting : public LayerTreeHost {
proxy = ProxyMain::CreateRemote(remote_proto_channel,
layer_tree_host.get(),
task_runner_provider.get());
-
- // The LayerTreeHost on the server will never have an output surface.
- // Set output_surface_lost_ to false by default.
- layer_tree_host->SetOutputSurfaceLostForTesting(false);
}
break;
}

Powered by Google App Engine
This is Rietveld 408576698