Commit b765188e authored by halcanary's avatar halcanary Committed by Commit bot

skia/ext: do not assume Skia's headers include windows.h

Review-Url: https://codereview.chromium.org/2041113002
Cr-Commit-Position: refs/heads/master@{#398129}
parent 48cac60d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment