Index: skia/ext/platform_canvas.h |
diff --git a/skia/ext/platform_canvas.h b/skia/ext/platform_canvas.h |
index 1436ec1fef6a7cdd08ca3802b6f91e2a1d85805e..dea8ae824057eef53d2063990db6ecd59ee21263 100644 |
--- a/skia/ext/platform_canvas.h |
+++ b/skia/ext/platform_canvas.h |
@@ -52,16 +52,6 @@ SK_API std::unique_ptr<SkCanvas> CreatePlatformCanvasWithSharedSection( |
HANDLE shared_section, |
OnFailureType failure_type); |
-// Draws the top layer of the canvas into the specified HDC. Only works |
-// with a SkCanvas with a BitmapPlatformDevice. Will create a temporary |
-// HDC to back the canvas if one doesn't already exist, tearing it down |
-// before returning. If |src_rect| is null, copies the entire canvas. |
-SK_API void DrawToNativeContext(SkCanvas* canvas, |
- HDC hdc, |
- int x, |
- int y, |
- const RECT* src_rect); |
- |
// Returns the NativeDrawingContext to use for native platform drawing calls. |
SK_API HDC GetNativeDrawingContext(SkCanvas* canvas); |