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 04d57885953a8cc511c70b1e1fb44c84f02bf102..9950cd2e2518059a362b268a9607a8b023f26e02 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) == 3356, "WebGamepads has wrong size"); |
+static_assert(sizeof(WebGamepads) == 3372, "WebGamepads has wrong size"); |
#pragma pack(pop) |