summaryrefslogtreecommitdiffstats
path: root/app/gfx/canvas_paint.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/canvas_paint.h')
-rw-r--r--app/gfx/canvas_paint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/gfx/canvas_paint.h b/app/gfx/canvas_paint.h
index d3a71f8..aa253b9 100644
--- a/app/gfx/canvas_paint.h
+++ b/app/gfx/canvas_paint.h
@@ -13,9 +13,7 @@
namespace gfx {
-#if defined(OS_WIN) || defined(OS_LINUX)
typedef skia::CanvasPaintT<Canvas> CanvasPaint;
-#endif
} // namespace gfx