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

Unified Diff: cc/trees/layer_tree_host_unittest_record_gpu_histogram.cc

Issue 2171143002: cc: Get rid of non-delegated rendering in most cc unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@killdirecttests
Patch Set: fakeoutputsurface: no-constructor Created 4 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/trees/layer_tree_host_unittest_copyrequest.cc ('k') | cc/trees/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_record_gpu_histogram.cc
diff --git a/cc/trees/layer_tree_host_unittest_record_gpu_histogram.cc b/cc/trees/layer_tree_host_unittest_record_gpu_histogram.cc
index f56109b077fa5a48813845f78feeefd84556a104..a9b1993bd2ee4c9a297886b265284d832761c1c2 100644
--- a/cc/trees/layer_tree_host_unittest_record_gpu_histogram.cc
+++ b/cc/trees/layer_tree_host_unittest_record_gpu_histogram.cc
@@ -12,7 +12,7 @@ namespace cc {
namespace {
TEST(LayerTreeHostRecordGpuHistogramTest, SingleThreaded) {
- FakeLayerTreeHostClient host_client(FakeLayerTreeHostClient::DIRECT_3D);
+ FakeLayerTreeHostClient host_client;
TestTaskGraphRunner task_graph_runner;
LayerTreeSettings settings;
std::unique_ptr<FakeLayerTreeHost> host =
@@ -23,7 +23,7 @@ TEST(LayerTreeHostRecordGpuHistogramTest, SingleThreaded) {
}
TEST(LayerTreeHostRecordGpuHistogramTest, Threaded) {
- FakeLayerTreeHostClient host_client(FakeLayerTreeHostClient::DIRECT_3D);
+ FakeLayerTreeHostClient host_client;
TestTaskGraphRunner task_graph_runner;
LayerTreeSettings settings;
std::unique_ptr<FakeLayerTreeHost> host = FakeLayerTreeHost::Create(
« no previous file with comments | « cc/trees/layer_tree_host_unittest_copyrequest.cc ('k') | cc/trees/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698