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

Unified Diff: ui/gfx/decorated_text.cc

Issue 2943823002: Remove gfx::DIAGONAL_STRIKE and supporting code. (Closed)
Patch Set: Created 3 years, 6 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 | « ui/gfx/decorated_text.h ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/decorated_text.cc
diff --git a/ui/gfx/decorated_text.cc b/ui/gfx/decorated_text.cc
index 8c7a3299bd9323d613a6b6889ad11048f27b243a..f8b2fd1fac16f909c404951aa1d21191b6c9099e 100644
--- a/ui/gfx/decorated_text.cc
+++ b/ui/gfx/decorated_text.cc
@@ -8,7 +8,7 @@ namespace gfx {
DecoratedText::RangedAttribute::RangedAttribute(const gfx::Range& range,
const gfx::Font& font)
- : range(range), font(font), strike(false), diagonal_strike(false) {}
+ : range(range), font(font), strike(false) {}
DecoratedText::DecoratedText() {}
« no previous file with comments | « ui/gfx/decorated_text.h ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698