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

Unified Diff: Source/core/page/Navigator.h

Issue 20598008: Add maxTouchPoints for pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: maxTouchPoints the right way Created 7 years, 2 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
« no previous file with comments | « no previous file | Source/core/page/Navigator.cpp » ('j') | Source/core/page/RuntimeEnabledFeatures.in » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Navigator.h
diff --git a/Source/core/page/Navigator.h b/Source/core/page/Navigator.h
index f0522bf52309c83109ac7778d28f20e774a6e03e..dc3f0e1dc6b1d052a72a74bed3831087ccfe4a87 100644
--- a/Source/core/page/Navigator.h
+++ b/Source/core/page/Navigator.h
@@ -49,6 +49,7 @@ public:
DOMMimeTypeArray* mimeTypes() const;
bool cookieEnabled() const;
bool javaEnabled() const;
+ long maxTouchPoints() const;
String productSub() const;
String vendor() const;
« no previous file with comments | « no previous file | Source/core/page/Navigator.cpp » ('j') | Source/core/page/RuntimeEnabledFeatures.in » ('J')

Powered by Google App Engine
This is Rietveld 408576698