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

Unified Diff: ui/gfx/canvas.h

Issue 2822233003: gfx: Remove Canvas::ExtractImageRep. (Closed)
Patch Set: Created 3 years, 8 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 5abe19761b261814f9286b4e46d75033eb751f73..a70ce25fa080e57f1a6efbfafb0162c638e6544a 100644
--- a/ui/gfx/canvas.h
+++ b/ui/gfx/canvas.h
@@ -147,9 +147,6 @@ class GFX_EXPORT Canvas {
// Canvas::TEXT_ALIGN_RIGHT.
static int DefaultCanvasTextAlignment();
- // Extracts an ImageSkiaRep from the contents of this canvas.
- ImageSkiaRep ExtractImageRep() const;
-
// Draws a dashed rectangle of the specified color.
void DrawDashedRect(const RectF& rect, SkColor color);
« 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