Chromium Code Reviews| 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; |