Title: [102887] trunk/Source/WebKit/chromium
- Revision
- 102887
- Author
- [email protected]
- Date
- 2011-12-14 22:14:08 -0800 (Wed, 14 Dec 2011)
Log Message
Increase maximum number of gamepad buttons in Chromium port interface
https://bugs.webkit.org/show_bug.cgi?id=74559
Patch by Scott Graham <[email protected]> on 2011-12-14
Reviewed by Darin Fisher.
* public/platform/WebGamepad.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (102886 => 102887)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-12-15 05:55:52 UTC (rev 102886)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-12-15 06:14:08 UTC (rev 102887)
@@ -1,3 +1,12 @@
+2011-12-14 Scott Graham <[email protected]>
+
+ Increase maximum number of gamepad buttons in Chromium port interface
+ https://bugs.webkit.org/show_bug.cgi?id=74559
+
+ Reviewed by Darin Fisher.
+
+ * public/platform/WebGamepad.h:
+
2011-12-14 Kenichi Ishibashi <[email protected]>
Unreviewed, rolling out r102873.
Modified: trunk/Source/WebKit/chromium/public/platform/WebGamepad.h (102886 => 102887)
--- trunk/Source/WebKit/chromium/public/platform/WebGamepad.h 2011-12-15 05:55:52 UTC (rev 102886)
+++ trunk/Source/WebKit/chromium/public/platform/WebGamepad.h 2011-12-15 06:14:08 UTC (rev 102887)
@@ -35,7 +35,7 @@
public:
static const size_t idLengthCap = 128;
static const size_t axesLengthCap = 16;
- static const size_t buttonsLengthCap = 16;
+ static const size_t buttonsLengthCap = 32;
WebGamepad()
: connected(false)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes