| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 25cc41f5c5ed88d681089a77dc2a0c37761b4de1..bb9de71ba779ddadd8536a3ea36b596885d25c20 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -130,6 +130,9 @@ public:
|
| BLINK_EXPORT static void enableTouch(bool);
|
| BLINK_EXPORT static bool isTouchEnabled();
|
|
|
| + BLINK_EXPORT static void enablePointerEventsMaxTouchPoints(bool);
|
| + BLINK_EXPORT static bool isPointerEventsMaxTouchPointsEnabled();
|
| +
|
| BLINK_EXPORT static void enableWebAnimationsCSS();
|
| BLINK_EXPORT static void enableWebAnimationsSVG();
|
|
|
|
|