Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: skia/ext/canvas_paint.h

Issue 172046: A canvas_paint for OS X. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/resource_bundle.h ('k') | skia/ext/canvas_paint_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/canvas_paint.h
diff --git a/skia/ext/canvas_paint.h b/skia/ext/canvas_paint.h
index 0a8f2d15d9312a1dffee7b07260b36a25eeabac0..4e7b53646c8dd952524c2a1baec27c1d2d85ca15 100644
--- a/skia/ext/canvas_paint.h
+++ b/skia/ext/canvas_paint.h
@@ -10,6 +10,8 @@
#if defined(WIN32)
#include "skia/ext/canvas_paint_win.h"
+#elif defined(__APPLE__)
+#include "skia/ext/canvas_paint_mac.h"
#elif defined(__linux__)
#include "skia/ext/canvas_paint_linux.h"
#endif
« no previous file with comments | « app/resource_bundle.h ('k') | skia/ext/canvas_paint_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698