Index: ui/views/background.cc |
diff --git a/ui/views/background.cc b/ui/views/background.cc |
index 62cdc3b4cc613058f53f083cccaa7cfde8e808de..41e0277aee32cd5f4320962efe12668c6c312d88 100644 |
--- a/ui/views/background.cc |
+++ b/ui/views/background.cc |
@@ -5,13 +5,15 @@ |
#include "ui/views/background.h" |
#include "base/logging.h" |
-#include "skia/ext/skia_utils_win.h" |
-#include "third_party/skia/include/core/SkPaint.h" |
#include "ui/gfx/canvas.h" |
#include "ui/gfx/color_utils.h" |
#include "ui/views/painter.h" |
#include "ui/views/view.h" |
+#if defined(OS_WIN) |
+#include "skia/ext/skia_utils_win.h" |
+#endif |
+ |
namespace views { |
// SolidBackground is a trivial Background implementation that fills the |