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

Unified Diff: cc/layers/draw_properties.h

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 | « no previous file | cc/layers/draw_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/draw_properties.h
diff --git a/cc/layers/draw_properties.h b/cc/layers/draw_properties.h
index 071c853b2b9290390df2b853865137724b39581e..9dee31b45b88fac16cf379ac6558703bf2134baa 100644
--- a/cc/layers/draw_properties.h
+++ b/cc/layers/draw_properties.h
@@ -42,9 +42,6 @@ struct CC_EXPORT DrawProperties {
// to draw.
bool screen_space_transform_is_animating;
- // True if the layer can use LCD text.
- bool can_use_lcd_text;
-
// True if the layer needs to be clipped by clip_rect.
bool is_clipped;
« no previous file with comments | « no previous file | cc/layers/draw_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698