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

Unified Diff: Source/core/rendering/style/StyleRareNonInheritedData.h

Issue 87973002: add pan-x and pan-y support to CSS touch-action parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge to trunk Created 7 years 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/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
old mode 100644
new mode 100755
index 7009e423c6f0a213c1c39ba3bc46467b913fb82b..7b893bcf549e828ef3be8973385bace227e6145a
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -184,7 +184,7 @@ public:
unsigned m_effectiveBlendMode: 5; // EBlendMode
- unsigned m_touchAction : 1; // TouchAction
+ unsigned m_touchAction : 3; // TouchAction
Rick Byers 2013/12/06 21:44:04 should probably define a TouchActionBits constant
gnana 2013/12/10 18:24:37 Done.
unsigned m_objectFit : 3; // ObjectFit

Powered by Google App Engine
This is Rietveld 408576698