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

Unified Diff: cc/resources/picture_pile_unittest.cc

Issue 684543006: cc: Toggle LCD text at raster time instead of record time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcdraster: header Created 6 years, 1 month 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/resources/picture_pile_unittest.cc
diff --git a/cc/resources/picture_pile_unittest.cc b/cc/resources/picture_pile_unittest.cc
index 8ca060b62c94e13fe4a14b547f0225c69a0c2692..66f70842bb227d22592a273c20d96d91f634e7d5 100644
--- a/cc/resources/picture_pile_unittest.cc
+++ b/cc/resources/picture_pile_unittest.cc
@@ -69,7 +69,7 @@ class PicturePileTestBase {
frame_number_++;
return pile_.UpdateAndExpandInvalidation(
&client_, invalidation, background_color_, contents_opaque_, false,
- layer_size, visible_layer_rect, frame_number_,
+ false, layer_size, visible_layer_rect, frame_number_,
Picture::RECORD_NORMALLY);
}

Powered by Google App Engine
This is Rietveld 408576698