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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 1419583002: Remove SVG glyph-orientation-horizontal and glyph-orientation-vertical (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove glyph-orientation-rounding-test Created 5 years, 2 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: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
index dca566b1e0b57bb6532d7cea601c9962c699633b..e404ef65c614cd2cb476a38b9f45699938cc5675 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -63,7 +63,6 @@ public:
static float convertFontSizeAdjust(StyleResolverState&, const CSSValue&);
static FontWeight convertFontWeight(StyleResolverState&, const CSSValue&);
static FontDescription::VariantLigatures convertFontVariantLigatures(StyleResolverState&, const CSSValue&);
- static EGlyphOrientation convertGlyphOrientation(StyleResolverState&, const CSSValue&);
static StyleSelfAlignmentData convertSelfOrDefaultAlignmentData(StyleResolverState&, const CSSValue&);
static StyleContentAlignmentData convertContentAlignmentData(StyleResolverState&, const CSSValue&);
static GridAutoFlow convertGridAutoFlow(StyleResolverState&, const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698