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

Unified Diff: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp

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/CSSComputedStyleDeclaration.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
index 0a855dc04b398f18cd3bb69db521858c4e5a8749..1efc3a647cc936996fb7e059f95221bb30674df3 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -324,8 +324,6 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyDominantBaseline,
CSSPropertyTextAnchor,
CSSPropertyWritingMode,
- CSSPropertyGlyphOrientationHorizontal,
- CSSPropertyGlyphOrientationVertical,
CSSPropertyVectorEffect,
CSSPropertyPaintOrder,
CSSPropertyCx,

Powered by Google App Engine
This is Rietveld 408576698