| 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 -------------------------------------------------------------
|
|
|
|
|