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

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

Issue 1915343003: Add CSS hyphens property behind the test flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-use UseCounter value for -webkit-hyphens and include change to histograms.xml Created 4 years, 8 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 c9d0191305f9ff2eb693d2bc6e93d777c729c7ec..e7e3ad3cb1b56c45423c338db3e50f4d2cbe3669 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -462,7 +462,7 @@ enum EBackfaceVisibility {
enum ELineClampType { LineClampLineCount, LineClampPercentage };
-enum Hyphens { HyphensNone, HyphensManual, HyphensAuto };
+enum EHyphens { HyphensNone, HyphensManual, HyphensAuto };
tkent 2016/04/26 07:08:51 Don't use 'E' prefix. It's KHTML-era coding style
kojii 2016/04/26 07:38:03 Done, didn't know that, added type_name=Hyphens to
enum ESpeak { SpeakNone, SpeakNormal, SpeakSpellOut, SpeakDigits, SpeakLiteralPunctuation, SpeakNoPunctuation };

Powered by Google App Engine
This is Rietveld 408576698