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

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

Issue 2394273006: Add CSS support for text-decoration-skip (Closed)
Patch Set: Histograms typo fixed, DCHECK Created 4 years, 2 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 f72487701192b0b5d1e972d788323fb9e44052ed..e84256b4e5e8f0d8e4b1496a52afdf0e59a903f0 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -178,6 +178,7 @@ class CORE_EXPORT StyleRareInheritedData
// CSS Image Values Level 3
unsigned m_imageRendering : 3; // EImageRendering
unsigned m_textUnderlinePosition : 1; // TextUnderlinePosition
+ unsigned m_textDecorationSkip : 3; // TextDecorationSkip
unsigned m_rubyPosition : 1; // RubyPosition
// Though will-change is not itself an inherited property, the intent

Powered by Google App Engine
This is Rietveld 408576698