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

Unified Diff: skia/ext/vector_platform_device.h

Issue 3590011: Update use of SkCanvas and SkDevice to match change in Skia (Closed)
Patch Set: Bump deps again to bring in fix for memory leak Created 10 years, 2 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 | « skia/ext/vector_canvas_win.cc ('k') | skia/ext/vector_platform_device_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/vector_platform_device.h
diff --git a/skia/ext/vector_platform_device.h b/skia/ext/vector_platform_device.h
index 591f3e510448eca7b37c6225da5e02fad2c12ae2..78886704a3b2eafe42f7bd39d4e0e8d149f9925d 100644
--- a/skia/ext/vector_platform_device.h
+++ b/skia/ext/vector_platform_device.h
@@ -12,6 +12,11 @@
#include "skia/ext/vector_platform_device_win.h"
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)
#include "skia/ext/vector_platform_device_linux.h"
+#elif defined(__APPLE__)
+#include "skia/ext/bitmap_platform_device_mac.h"
+namespace skia {
+typedef SkBitmapPlatformDeviceFactory SkVectorPlatformDeviceFactory;
+} // namespace skia
#endif
#endif
« no previous file with comments | « skia/ext/vector_canvas_win.cc ('k') | skia/ext/vector_platform_device_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698