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

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

Issue 2681833004: Automatically generate EBreakBetween & EBreakInside (Closed)
Patch Set: Rebase 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
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8fb40f22bf98e91043021c7856ad6e6e10bff5b8..42eb540a4a0dc8f6ffc37f039d9b822884c2d618 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -306,23 +306,6 @@ enum TextUnderlinePosition {
TextUnderlinePositionUnder
};
-// Values applicable to the break-before, break-after properties.
-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,
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698