Chromium Code Reviews| Index: Source/core/frame/Navigator.h |
| diff --git a/Source/core/frame/Navigator.h b/Source/core/frame/Navigator.h |
| index 0f289b3910e7fb94ba85fcec518ef8d5faae8b3c..c863b6340a4552c63a2bb47b425611d9687e619a 100644 |
| --- a/Source/core/frame/Navigator.h |
| +++ b/Source/core/frame/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; |