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" |
|
mlamouri (slow - plz ping)
2017/03/30 21:43:00
why?
johnme
2017/03/31 13:47:24
Because OS(WIN) below requires the OS macro define
|
| + |
| #if OS(WIN) |
| #include <windows.h> |
| #endif |