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

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

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Sorted CSSProperties.json5 alphabetically (meade@'s nit) Created 3 years, 9 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/StyleRareInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
index ae24bb55564cfbceacc773595b7e54af1307b305..0bde7eb7a7389858d72def9cabeca9aff1146526 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -220,14 +220,12 @@ class CORE_EXPORT StyleRareInheritedData
unsigned m_respectImageOrientation : 1;
- unsigned m_snapHeightPosition : 7;
-
AtomicString hyphenationString;
short hyphenationLimitBefore;
short hyphenationLimitAfter;
short hyphenationLimitLines;
- uint8_t m_snapHeightUnit;
+ uint8_t m_lineHeightStep;
AtomicString textEmphasisCustomMark;
RefPtr<QuotesData> quotes;

Powered by Google App Engine
This is Rietveld 408576698