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

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

Issue 1328283005: Add support for multiple text decorations with same line positioning (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 0e04f4203f58260465264edd6dc1e98b0c7513d1..f4a2c9f7c10611589362834e3f039f324e165657 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -133,7 +133,7 @@ public:
unsigned m_textIndentType : 1; // TextIndentHanging
// CSS Image Values Level 3
unsigned m_imageRendering : 3; // EImageRendering
- unsigned m_textUnderlinePosition : 1; // TextUnderlinePosition
Timothy Loh 2015/10/01 01:51:43 Why did this change?
sashab 2015/10/02 02:45:42 Mistake, sorry
+ unsigned m_hasSimpleUnderlinePosition : 1; // TextUnderlinePosition
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