Chromium Code Reviews| Index: core/src/fxge/win32/fx_win32_gdipext.cpp |
| diff --git a/core/src/fxge/win32/fx_win32_gdipext.cpp b/core/src/fxge/win32/fx_win32_gdipext.cpp |
| index 629f3235ed50ae8d50f476cb9274381ba3591831..a030627659bd8316e658a0102b08608d017cc864 100644 |
| --- a/core/src/fxge/win32/fx_win32_gdipext.cpp |
| +++ b/core/src/fxge/win32/fx_win32_gdipext.cpp |
| @@ -16,11 +16,14 @@ using std::max; |
| } // namespace Gdiplus |
| #include <gdiplus.h> |
| + |
| +#include <string> |
|
Tom Sepez
2016/03/08 19:27:05
ditto
dsinclair
2016/03/08 21:08:02
Done.
|
| + |
| #include "core/include/fxge/fx_ge_win32.h" |
| #include "core/src/fxge/win32/win32_int.h" |
| -using namespace Gdiplus; |
| -using namespace Gdiplus::DllExports; |
| +using namespace Gdiplus; // NOLINT |
| +using namespace Gdiplus::DllExports; // NOLINT |
| #define GdiFillType2Gdip(fill_type) \ |
| (fill_type == ALTERNATE ? FillModeAlternate : FillModeWinding) |