| Index: Source/core/rendering/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
|
| index 88a6d17a390474140f543710b0e5c466ee8b92df..35306328d7ac72283df9c1aa482a7a19f96886f7 100644
|
| --- a/Source/core/rendering/style/StyleRareInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareInheritedData.h
|
| @@ -130,7 +130,9 @@ public:
|
| AtomicString m_lineGrid;
|
| unsigned m_tabSize;
|
|
|
| +#if ENABLE(TOUCH_EVENTS)
|
| Color tapHighlightColor;
|
| +#endif
|
|
|
| DataRef<StyleVariableData> m_variables;
|
|
|
|
|