Index: public/web/WebInputEvent.h |
diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h |
index 68414184a4f411a5d2c38a7ca57fb0f64cc49e5d..9f4722a2053b6261cdfb42e59823436c0ac1dd5e 100644 |
--- a/public/web/WebInputEvent.h |
+++ b/public/web/WebInputEvent.h |
@@ -485,7 +485,7 @@ class WebTouchEvent : public WebInputEvent { |
public: |
// Maximum number of simultaneous touches supported on |
// Ash/Aura. |
- enum { touchesLengthCap = 12 }; |
+ enum { touchesLengthCap = 16 }; |
unsigned touchesLength; |
// List of all touches, regardless of state. |