Chromium Code Reviews| Index: Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp |
| diff --git a/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp b/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp |
| index a4225c27edf6a8acce13953d5c542cffec45e7f3..e201d90cd7f18d544858f6d11e3af075b4a68fbc 100644 |
| --- a/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp |
| +++ b/Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp |
| @@ -26,13 +26,13 @@ |
| #include "config.h" |
| #include "core/rendering/RenderThemeChromiumFontProvider.h" |
| +#include <windows.h> |
|
Nico
2013/07/25 17:56:14
fyi: Moving windows.h includes around can have sid
|
| + |
| #include "CSSValueKeywords.h" |
| #include "core/platform/graphics/FontDescription.h" |
| #include "core/platform/win/HWndDC.h" |
| #include "core/platform/win/SystemInfo.h" |
| - |
| -#include <windows.h> |
| -#include <wtf/text/WTFString.h> |
| +#include "wtf/text/WTFString.h" |
| #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(structName, member) \ |
| offsetof(structName, member) + \ |