 Chromium Code Reviews
 Chromium Code Reviews Issue 200783002:
  Gamepad API: add support for gamepadconnected and gamepaddisconnected events  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 200783002:
  Gamepad API: add support for gamepadconnected and gamepaddisconnected events  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: public/platform/WebGamepads.h | 
| diff --git a/public/platform/WebGamepads.h b/public/platform/WebGamepads.h | 
| index 03d67a6b39f4c94daca194429f1981dbcd31d0cf..093d493ced78176ef066fd40a736707f9236fd23 100644 | 
| --- a/public/platform/WebGamepads.h | 
| +++ b/public/platform/WebGamepads.h | 
| @@ -30,10 +30,10 @@ | 
| #include "wtf/Assertions.h" | 
| #endif | 
| -namespace blink { | 
| - | 
| #pragma pack(push, 1) | 
| +namespace blink { | 
| + | 
| // This structure is intentionally POD and fixed size so that it can be stored | 
| // in shared memory between hardware polling threads and the rest of the | 
| // browser. |