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

Unified Diff: cc/trees/layer_tree_host_unittest_no_message_loop.cc

Issue 984113004: cc: Add raster_enabled setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@implsidepaintinglayout
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/trees/layer_tree_host_unittest_no_message_loop.cc
diff --git a/cc/trees/layer_tree_host_unittest_no_message_loop.cc b/cc/trees/layer_tree_host_unittest_no_message_loop.cc
index 06b367495465781e06cd80e7f65c4467a1c7b2d5..622143df2be4f2dd9d7496f1e0136d9f2d77ecd0 100644
--- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc
+++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc
@@ -104,6 +104,7 @@ class LayerTreeHostNoMessageLoopTest
LayerTreeSettings settings;
settings.single_thread_proxy_scheduler = false;
settings.verify_property_trees = true;
+ settings.raster_enabled = false;
enne (OOO) 2015/03/06 22:07:00 This test does a full composite pass. I could add
layer_tree_host_ = LayerTreeHost::CreateSingleThreaded(
this, this, nullptr, nullptr, settings, nullptr, nullptr);
layer_tree_host_->SetViewportSize(size_);

Powered by Google App Engine
This is Rietveld 408576698