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

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

Issue 2572323002: Delete WebGamepads::length. (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/public/platform/WebGamepad.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15ede960335f01a586e851f00c85502e9f3eb554..4b76542944687d6fe03b8fd8ed487d926dce3131 100644
--- a/third_party/WebKit/public/platform/WebGamepads.h
+++ b/third_party/WebKit/public/platform/WebGamepads.h
@@ -35,13 +35,8 @@ namespace blink {
// browser.
class WebGamepads {
public:
- WebGamepads() : length(0) {}
-
static const size_t itemsLengthCap = 4;
- // Number of valid entries in the items array.
- unsigned length;
-
// Gamepad data for N separate gamepad devices.
WebGamepad items[itemsLengthCap];
};
« no previous file with comments | « third_party/WebKit/public/platform/WebGamepad.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698