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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2682573002: Split EBreak enum into EBreakBetween & EBreakInside (Closed)
Patch Set: Update references to EBreak in ComputedStyle.h comments 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/css/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index d855ab2136cba82d6ac376d7e9f2736aff9b97b9..61384061b4b2b4f394641349a7db9919e4b7d1ec 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -756,15 +756,15 @@
"box-sizing",
{
name: "break-after",
- type_name: "EBreak",
+ type_name: "EBreakBetween",
},
{
name: "break-before",
- type_name: "EBreak",
+ type_name: "EBreakBetween",
},
{
name: "break-inside",
- type_name: "EBreak",
+ type_name: "EBreakInside",
},
{
name: "buffered-rendering",

Powered by Google App Engine
This is Rietveld 408576698