Chromium Code Reviews| Index: third_party/WebKit/Source/platform/KeyboardCodes.h |
| diff --git a/third_party/WebKit/Source/platform/KeyboardCodes.h b/third_party/WebKit/Source/platform/KeyboardCodes.h |
| index 0c946388900e113c1958af2804efb47595731a20..e2e5f37cea49c25fef82356878b0d833e5a261fc 100644 |
| --- a/third_party/WebKit/Source/platform/KeyboardCodes.h |
| +++ b/third_party/WebKit/Source/platform/KeyboardCodes.h |
| @@ -31,6 +31,8 @@ |
| #ifndef KeyboardCodes_h |
| #define KeyboardCodes_h |
| +#include "platform/wtf/build_config.h" |
|
esprehn
2017/04/04 18:56:02
Why is this needed?
johnme
2017/04/06 16:23:26
Because OS(WIN) below requires the OS macro define
|
| + |
| #if OS(WIN) |
| #include <windows.h> |
| #endif |