Chromium Code Reviews| 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 |