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

Unified Diff: skia/ext/platform_device_win.cc

Issue 2400873002: keep only one typedef for the native drawing context (Closed)
Patch Set: native_drawing_context.h Created 4 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/platform_device_linux.cc ('k') | skia/ext/platform_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/platform_device_win.cc
diff --git a/skia/ext/platform_device_win.cc b/skia/ext/platform_device_win.cc
index 4788f3d0cfb31427b6bf96fd1da370c2f278a8b2..c9952ab352641816ed4857c3f998275d1aaf6859 100644
--- a/skia/ext/platform_device_win.cc
+++ b/skia/ext/platform_device_win.cc
@@ -11,8 +11,9 @@
namespace skia {
-PlatformSurface PlatformDevice::BeginPlatformPaint(const SkMatrix& transform,
- const SkIRect& clip_bounds) {
+NativeDrawingContext PlatformDevice::BeginPlatformPaint(
+ const SkMatrix& transform,
+ const SkIRect& clip_bounds) {
return 0;
}
« no previous file with comments | « skia/ext/platform_device_linux.cc ('k') | skia/ext/platform_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698