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

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

Issue 2681833004: Automatically generate EBreakBetween & EBreakInside (Closed)
Patch Set: Created 3 years, 10 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 c34cfca995f084b3642f21c5764a4f5876e61f36..9e352d69ba82c38205737674be42a26cadd1bae7 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -317,23 +317,6 @@ enum TextUnderlinePosition {
TextUnderlinePositionUnder
};
-// Values applicable to the break-before, break-after properties.
amoylan 2017/02/08 02:29:45 Another lost comment.
sashab 2017/02/08 02:32:15 This is now intrinsic to the json5 file - they sha
amoylan 2017/02/08 02:48:46 Acknowledged.
-enum class EBreakBetween : unsigned {
- kAuto,
- kAvoid,
- kAvoidColumn,
- kAvoidPage,
- kColumn,
- kLeft,
- kPage,
- kRecto,
- kRight,
- kVerso
-};
-
-// Values applicable to the break-inside property.
-enum class EBreakInside : unsigned { kAuto, kAvoid, kAvoidColumn, kAvoidPage };
-
enum class ECursor : unsigned {
kAuto,
kCrosshair,

Powered by Google App Engine
This is Rietveld 408576698