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

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

Issue 1835303002: Implementation of the GreenWeb language extensions. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GreenWeb-related CSS property names such that they apply in the desired order at runtime. Created 4 years, 9 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/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;

Powered by Google App Engine
This is Rietveld 408576698