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

Unified Diff: cc/test/layer_tree_pixel_test.cc

Issue 2231233002: cc: Remove the lie of "DirectRenderer" in LayerTreeTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no-ltt-delegating: ccpt 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
« no previous file with comments | « cc/layers/texture_layer_unittest.cc ('k') | cc/test/layer_tree_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ae31dbad86bd32ba81e14da9971ebb4429601c2e..9ac636256feb3ee379dc68b7fefa58894ddf6169 100644
--- a/cc/test/layer_tree_pixel_test.cc
+++ b/cc/test/layer_tree_pixel_test.cc
@@ -189,7 +189,7 @@ void LayerTreePixelTest::RunPixelTest(
content_root_ = content_root;
readback_target_ = NULL;
ref_file_ = file_name;
- RunTest(CompositorMode::THREADED, false);
+ RunTest(CompositorMode::THREADED);
}
void LayerTreePixelTest::RunSingleThreadedPixelTest(
@@ -200,7 +200,7 @@ void LayerTreePixelTest::RunSingleThreadedPixelTest(
content_root_ = content_root;
readback_target_ = NULL;
ref_file_ = file_name;
- RunTest(CompositorMode::SINGLE_THREADED, false);
+ RunTest(CompositorMode::SINGLE_THREADED);
}
void LayerTreePixelTest::RunPixelTestWithReadbackTarget(
@@ -212,7 +212,7 @@ void LayerTreePixelTest::RunPixelTestWithReadbackTarget(
content_root_ = content_root;
readback_target_ = target;
ref_file_ = file_name;
- RunTest(CompositorMode::THREADED, false);
+ RunTest(CompositorMode::THREADED);
}
void LayerTreePixelTest::SetupTree() {
« no previous file with comments | « cc/layers/texture_layer_unittest.cc ('k') | cc/test/layer_tree_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698