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

Unified Diff: skia/ext/platform_device_linux.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.h ('k') | skia/ext/platform_device_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/platform_device_linux.cc
diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc
index 442733ce4cd5c232eacd2cd380e75b3ab80a26c1..4fa640f7e4ef80c50554063c668afa4e944f8f7c 100644
--- a/skia/ext/platform_device_linux.cc
+++ b/skia/ext/platform_device_linux.cc
@@ -6,8 +6,9 @@
namespace skia {
-PlatformSurface PlatformDevice::BeginPlatformPaint(const SkMatrix& transform,
- const SkIRect& clip_bounds) {
+NativeDrawingContext PlatformDevice::BeginPlatformPaint(
+ const SkMatrix& transform,
+ const SkIRect& clip_bounds) {
return NULL;
}
« no previous file with comments | « skia/ext/platform_device.h ('k') | skia/ext/platform_device_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698