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

Unified Diff: cc/layers/draw_properties.cc

Issue 2026033002: cc: Remove can_use_lcd_text from draw properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/layers/draw_properties.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/draw_properties.cc
diff --git a/cc/layers/draw_properties.cc b/cc/layers/draw_properties.cc
index 718295f082fe1f59dd0f2e7a6b1a8b3611e0a45c..27877a8dde1a51d85c90e7305ced23d3aeff5772 100644
--- a/cc/layers/draw_properties.cc
+++ b/cc/layers/draw_properties.cc
@@ -9,7 +9,6 @@ namespace cc {
DrawProperties::DrawProperties()
: opacity(0.f),
screen_space_transform_is_animating(false),
- can_use_lcd_text(false),
is_clipped(false),
maximum_animation_contents_scale(0.f),
starting_animation_contents_scale(0.f) {}
« no previous file with comments | « cc/layers/draw_properties.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698