| Index: skia/ext/platform_surface.h
|
| diff --git a/skia/ext/platform_surface.h b/skia/ext/platform_surface.h
|
| index b0d5173c40f8929e07c716feb8123ff24dd57726..793bf649b64ba85f72968a51ef82e2205d01ea5d 100644
|
| --- a/skia/ext/platform_surface.h
|
| +++ b/skia/ext/platform_surface.h
|
| @@ -10,7 +10,9 @@
|
| #include "third_party/skia/include/core/SkTypes.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
|
|
| -#if defined(USE_CAIRO)
|
| +#if defined(OS_WIN)
|
| +#include <windows.h>
|
| +#elif defined(USE_CAIRO)
|
| typedef struct _cairo cairo_t;
|
| typedef struct _cairo_rectangle cairo_rectangle_t;
|
| #elif defined(OS_MACOSX)
|
|
|