| 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 fce5664099199ddecb2f2cff594aa94207c7000a..a4b587430230bcddd37037fb702598a5ca9e4249 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -272,7 +272,7 @@ class BLINK_PLATFORM_EXPORT Platform {
|
|
|
| // Gamepad -------------------------------------------------------------
|
|
|
| - virtual void sampleGamepads(WebGamepads& into) { into.length = 0; }
|
| + virtual void sampleGamepads(WebGamepads& into) {}
|
|
|
| // History -------------------------------------------------------------
|
|
|
|
|