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

Unified Diff: cc/surfaces/surface_aggregator_unittest.cc

Issue 648293006: cc: turn on distance field text on animated layers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved dff setting from rasterprovider to gpurasterpool Created 6 years, 2 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/surfaces/surface_aggregator_unittest.cc
diff --git a/cc/surfaces/surface_aggregator_unittest.cc b/cc/surfaces/surface_aggregator_unittest.cc
index 243a9a43e69ed676fa882b50ed1345201e41c40c..4371f7c292187bf8fc555744f6b3c1de23e42aa9 100644
--- a/cc/surfaces/surface_aggregator_unittest.cc
+++ b/cc/surfaces/surface_aggregator_unittest.cc
@@ -1128,8 +1128,7 @@ class SurfaceAggregatorWithResourcesTest : public testing::Test {
NULL,
0,
false,
- 1,
- false);
+ 1);
aggregator_.reset(
new SurfaceAggregator(&manager_, resource_provider_.get()));

Powered by Google App Engine
This is Rietveld 408576698