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

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

Issue 2904403002: Generate methods for TextEmphasis properties in ComputedStyleBase. (Closed)
Patch Set: Rebase Created 3 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
Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 344ae1ae80e7997ce12e3114026ed11ca6f8676f..d7f5db5135390d71fd50f1a9ac9ccb8416a2a7b2 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -277,8 +277,6 @@ enum ELineClampType { kLineClampLineCount, kLineClampPercentage };
enum class Hyphens { kNone, kManual, kAuto };
-enum class TextEmphasisFill { kFilled, kOpen };
-
enum class TextEmphasisMark {
kNone,
kAuto,
@@ -290,8 +288,6 @@ enum class TextEmphasisMark {
kCustom
};
-enum class TextEmphasisPosition { kOver, kUnder };
-
enum TextOrientation {
kTextOrientationMixed,
kTextOrientationUpright,

Powered by Google App Engine
This is Rietveld 408576698