| Index: third_party/WebKit/public/platform/WebGamepad.h
|
| diff --git a/third_party/WebKit/public/platform/WebGamepad.h b/third_party/WebKit/public/platform/WebGamepad.h
|
| index 34ca8284d7340be76670dd58bbd5b9df561016b0..0e14669cb6b640e60a2c1301c25a61d2d2f0effd 100644
|
| --- a/third_party/WebKit/public/platform/WebGamepad.h
|
| +++ b/third_party/WebKit/public/platform/WebGamepad.h
|
| @@ -90,7 +90,11 @@ class WebGamepad {
|
| static const size_t buttonsLengthCap = 32;
|
|
|
| WebGamepad()
|
| - : connected(false), timestamp(0), axesLength(0), buttonsLength(0) {
|
| + : connected(false),
|
| + timestamp(0),
|
| + axesLength(0),
|
| + buttonsLength(0),
|
| + displayId(0) {
|
| id[0] = 0;
|
| mapping[0] = 0;
|
| }
|
|
|