| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index afd5c17c082d4746874fba621181eea73c767435..a152d0965a1ea1768ae11d0c737bfef722b598e0 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -102,6 +102,16 @@ public:
|
| float m_shapeImageThreshold;
|
|
|
| int m_order;
|
| + int m_onclickVpi;
|
| + int m_onclickVpu;
|
| + int m_onscrollVpi;
|
| + int m_onscrollVpu;
|
| + int m_ontouchstartVpi;
|
| + int m_ontouchstartVpu;
|
| + int m_ontouchendVpi;
|
| + int m_ontouchendVpu;
|
| + int m_ontouchmoveVpi;
|
| + int m_ontouchmoveVpu;
|
|
|
| LengthPoint m_perspectiveOrigin;
|
| LengthPoint m_objectPosition;
|
|
|