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

Unified Diff: Source/core/css/CSSParser.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: incorporated review comments 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/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
old mode 100644
new mode 100755
index 5cea558fa1c3cbd3fbb2f05900818bc14d54ff00..41a1f2806b1a84eb260abf05a12021576d42cb6c
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -281,6 +281,8 @@ public:
bool parseTextEmphasisStyle(bool important);
+ bool parseTouchAction(CSSPropertyID propId, bool important);
eseidel 2013/12/13 17:19:06 nit: propId name doens't add anything, I'd remove
gnana 2013/12/16 08:16:26 Done.
+
void addTextDecorationProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important);
bool parseTextDecoration(CSSPropertyID propId, bool important);
bool parseTextUnderlinePosition(bool important);

Powered by Google App Engine
This is Rietveld 408576698