Chromium Code Reviews| Index: public/platform/WebGamepads.h |
| diff --git a/public/platform/WebGamepads.h b/public/platform/WebGamepads.h |
| index 08b067988c7dbc632766a77a52a82ef17fb150f1..69b90f715258354700482c45311d649a67ba057f 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. |