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

Unified Diff: cc/test/layer_tree_pixel_resource_test.cc

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/layer_test_common.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_resource_test.cc
diff --git a/cc/test/layer_tree_pixel_resource_test.cc b/cc/test/layer_tree_pixel_resource_test.cc
index f9f0ea460314b31ed0ee3dc809c9c89520b76a38..cf62d535703e061a87d70a6fa207a827151295a4 100644
--- a/cc/test/layer_tree_pixel_resource_test.cc
+++ b/cc/test/layer_tree_pixel_resource_test.cc
@@ -140,7 +140,7 @@ scoped_ptr<Rasterizer> LayerTreeHostPixelResourceTest::CreateRasterizer(
case GPU_TILE_TASK_WORKER_POOL:
EXPECT_TRUE(context_provider);
return GpuRasterizer::Create(context_provider, resource_provider,
- use_distance_field_text, false);
+ use_distance_field_text, false, 0);
}
NOTREACHED();
return nullptr;
« no previous file with comments | « cc/test/layer_test_common.cc ('k') | cc/test/layer_tree_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698