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

Unified Diff: cc/test/fake_layer_tree_host_client.cc

Issue 19267016: Add a flag to allow renderer to use software compositor when GL compositor doesn't work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « cc/test/fake_layer_tree_host_client.h ('k') | cc/test/layer_tree_pixel_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_client.cc
diff --git a/cc/test/fake_layer_tree_host_client.cc b/cc/test/fake_layer_tree_host_client.cc
index 0413b08718762f52b5a5218838e1b3801223b757..40dabe304d9e486a88f8b8bdba99e1b7304a3f64 100644
--- a/cc/test/fake_layer_tree_host_client.cc
+++ b/cc/test/fake_layer_tree_host_client.cc
@@ -17,7 +17,8 @@ FakeLayerTreeHostClient::FakeLayerTreeHostClient(RendererOptions options)
FakeLayerTreeHostClient::~FakeLayerTreeHostClient() {}
-scoped_ptr<OutputSurface> FakeLayerTreeHostClient::CreateOutputSurface() {
+scoped_ptr<OutputSurface> FakeLayerTreeHostClient::CreateOutputSurface(
+ bool fallback) {
if (use_software_rendering_) {
if (use_delegating_renderer_) {
return FakeOutputSurface::CreateDelegatingSoftware(
« no previous file with comments | « cc/test/fake_layer_tree_host_client.h ('k') | cc/test/layer_tree_pixel_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698