| Index: third_party/WebKit/public/platform/WebGamepads.h
|
| diff --git a/third_party/WebKit/public/platform/WebGamepads.h b/third_party/WebKit/public/platform/WebGamepads.h
|
| index 0be058881815573e593e56f09e4143d6faeb34a9..752370b896222d182d92f6f06521c21d0f10b8f9 100644
|
| --- a/third_party/WebKit/public/platform/WebGamepads.h
|
| +++ b/third_party/WebKit/public/platform/WebGamepads.h
|
| @@ -47,7 +47,7 @@ public:
|
| WebGamepad items[itemsLengthCap];
|
| };
|
|
|
| -static_assert(sizeof(WebGamepads) == 2888, "WebGamepads has wrong size");
|
| +static_assert(sizeof(WebGamepads) == 3016, "WebGamepads has wrong size");
|
|
|
| #pragma pack(pop)
|
|
|
|
|