Index: ui/gfx/canvas.h |
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h |
index 84a685cfb517f146fae5e67eae4bd50f30286b95..07612a4e7eac383729f1fa70bd8dc8307ad57d38 100644 |
--- a/ui/gfx/canvas.h |
+++ b/ui/gfx/canvas.h |
@@ -389,14 +389,6 @@ class GFX_EXPORT Canvas { |
int w, |
int h); |
- // Returns a native drawing context for platform specific drawing routines to |
- // use. Must be balanced by a call to EndPlatformPaint(). |
- NativeDrawingContext BeginPlatformPaint(); |
- |
- // Signifies the end of platform drawing using the native drawing context |
- // returned by BeginPlatformPaint(). |
- void EndPlatformPaint(); |
- |
// Apply transformation on the canvas. |
void Transform(const Transform& transform); |