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

Unified Diff: cc/test/fake_picture_layer_impl.h

Issue 1051993002: cc: Remove tile sharing from tilings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/test/fake_picture_layer_impl.h
diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h
index 353d22ed86316d43b1c5fbcb8b791fbba88ee1ff..e396af9fb6aec6d444baf826a191b4dc70b5ae97 100644
--- a/cc/test/fake_picture_layer_impl.h
+++ b/cc/test/fake_picture_layer_impl.h
@@ -149,6 +149,10 @@ class FakePictureLayerImpl : public PictureLayerImpl {
return only_used_low_res_last_append_quads_;
}
+ void set_can_use_lcd_text(bool can_use_lcd_text) {
+ draw_properties_.can_use_lcd_text = can_use_lcd_text;
+ }
+
protected:
FakePictureLayerImpl(LayerTreeImpl* tree_impl,
int id,

Powered by Google App Engine
This is Rietveld 408576698