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

Unified Diff: sky/engine/core/rendering/style/StyleRareInheritedData.h

Issue 1068073002: drop 'orphan' property (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix ojan's comments Created 5 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: sky/engine/core/rendering/style/StyleRareInheritedData.h
diff --git a/sky/engine/core/rendering/style/StyleRareInheritedData.h b/sky/engine/core/rendering/style/StyleRareInheritedData.h
index ed2fb0900bcb0891959f7298b6defc4edef6b99d..18b14e52638bd9cd3affd965a29eb97d6012b046 100644
--- a/sky/engine/core/rendering/style/StyleRareInheritedData.h
+++ b/sky/engine/core/rendering/style/StyleRareInheritedData.h
@@ -83,12 +83,6 @@ public:
RefPtr<CursorList> cursorData;
Length indent;
- // Paged media properties.
- short widows;
- short orphans;
- unsigned m_hasAutoWidows : 1;
- unsigned m_hasAutoOrphans : 1;
-
unsigned m_textStrokeColorIsCurrentColor : 1;
unsigned m_textFillColorIsCurrentColor : 1;
unsigned m_textEmphasisColorIsCurrentColor : 1;
@@ -118,10 +112,14 @@ public:
// expressed by 'will-change: contents' includes descendants.
unsigned m_subtreeWillChangeContents : 1;
- AtomicString hyphenationString;
+ // Paged media properties.
+ unsigned m_hasAutoWidows : 1;
+ short widows;
+
short hyphenationLimitBefore;
short hyphenationLimitAfter;
short hyphenationLimitLines;
+ AtomicString hyphenationString;
AtomicString locale;
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.h ('k') | sky/engine/core/rendering/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698