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

Unified Diff: 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: Review feedback 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: Source/core/style/StyleRareInheritedData.h
diff --git a/Source/core/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h
index 0e04f4203f58260465264edd6dc1e98b0c7513d1..9f9f08501d4fd92cf4e208ae21401f466b208c81 100644
--- a/Source/core/style/StyleRareInheritedData.h
+++ b/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
+ unsigned m_hasSimpleUnderlinePosition : 1; // TextUnderlinePosition
unsigned m_rubyPosition : 1; // RubyPosition
// Though will-change is not itself an inherited property, the intent
@@ -156,6 +156,8 @@ public:
Color tapHighlightColor;
+ Color simpleUnderlineColor;
+ Color simpleUnderlineVisitedColor;
RefPtr<AppliedTextDecorationList> appliedTextDecorations;
TabSize m_tabSize;

Powered by Google App Engine
This is Rietveld 408576698