| Index: third_party/WebKit/Source/core/events/NavigatorEvents.h
|
| diff --git a/third_party/WebKit/Source/core/events/NavigatorEvents.h b/third_party/WebKit/Source/core/events/NavigatorEvents.h
|
| index 787d16b41893005b43abebd52e284f05a3079507..bc47673f76f6f865ae2450cd9d7f9fe6561b6115 100644
|
| --- a/third_party/WebKit/Source/core/events/NavigatorEvents.h
|
| +++ b/third_party/WebKit/Source/core/events/NavigatorEvents.h
|
| @@ -41,6 +41,7 @@ class NavigatorEvents {
|
| STATIC_ONLY(NavigatorEvents);
|
| public:
|
| static long maxTouchPoints(Navigator&);
|
| + static bool pointerEnabled(Navigator&);
|
| };
|
|
|
| } // namespace blink
|
|
|