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

Unified Diff: Source/core/style/ComputedStyleConstants.h

Issue 1168643003: Add support for korean-hangul-formal list style type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Actually add a 0 value for the neg fields Created 5 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 | « Source/core/paint/ListMarkerPainter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ComputedStyleConstants.h
diff --git a/Source/core/style/ComputedStyleConstants.h b/Source/core/style/ComputedStyleConstants.h
index ff42838ecc092717e1971f21b166eb30ecbda8a0..41054b2976481b6f0ca7bc0c47792495676944e0 100644
--- a/Source/core/style/ComputedStyleConstants.h
+++ b/Source/core/style/ComputedStyleConstants.h
@@ -248,6 +248,7 @@ enum EListStyleType {
EthiopicHalehameTiEt,
Hangul,
HangulConsonant,
+ KoreanHangulFormal,
Hebrew,
Armenian,
LowerArmenian,
« no previous file with comments | « Source/core/paint/ListMarkerPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698