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

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

Issue 2572323002: Delete WebGamepads::length. (Closed)
Patch Set: Bring back active_state clearing in exo Created 4 years 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/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 4264a4cd22d5e6a7a3757f12025b6c572370b9dc..a3081e29b0e4daf2c50147f3c4bf50559843d381 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -271,7 +271,7 @@ class BLINK_PLATFORM_EXPORT Platform {
// Gamepad -------------------------------------------------------------
- virtual void sampleGamepads(WebGamepads& into) { into.length = 0; }
+ virtual void sampleGamepads(WebGamepads& into) {}
// History -------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698