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

Unified Diff: skia/ext/native_drawing_context.h

Issue 2611153002: Delete Mac & Cairo skia::BitmapPlatformDevice impls (Closed)
Patch Set: Created 3 years, 11 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
Index: skia/ext/native_drawing_context.h
diff --git a/skia/ext/native_drawing_context.h b/skia/ext/native_drawing_context.h
index 147d7990e1035a843ec6cc6e1cfdb23328cdf81b..806c4be05e56a85f1895103b3e4aac3df13fc95d 100644
--- a/skia/ext/native_drawing_context.h
+++ b/skia/ext/native_drawing_context.h
@@ -19,10 +19,6 @@ namespace skia {
#if defined(OS_WIN)
typedef HDC NativeDrawingContext;
-#elif defined(USE_CAIRO)
-typedef cairo_t* NativeDrawingContext;
-#elif defined(OS_MACOSX)
-typedef CGContextRef NativeDrawingContext;
#else
typedef void* NativeDrawingContext;
#endif

Powered by Google App Engine
This is Rietveld 408576698