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

Unified Diff: cc/test/layer_tree_pixel_test.cc

Issue 14925009: Run all LayerTreeHost tests with a delegating renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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_pixel_test.cc
diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc
index 1dfc551c5358361979dfc4a13fadf5b34fa4ca0e..e0fa0dcf63e9cbf6b813f03ef08da4325b8f2d3d 100644
--- a/cc/test/layer_tree_pixel_test.cc
+++ b/cc/test/layer_tree_pixel_test.cc
@@ -115,7 +115,7 @@ void LayerTreePixelTest::RunPixelTest(
base::FilePath file_name) {
content_root_ = content_root;
ref_file_ = file_name;
- RunTest(true);
+ RunTest(true, false);
}
void LayerTreePixelTest::SetupTree() {

Powered by Google App Engine
This is Rietveld 408576698