Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: third_party/WebKit/public/platform/WebGamepads.h

Issue 2300883003: Added Hand attribute to Gamepad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gamepad_pose
Patch Set: Added spec comment Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698