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

Unified Diff: ui/gfx/canvas.h

Issue 1403973002: Remove unused gfx::Canvas API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | ui/gfx/canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ui/gfx/canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698