| 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);
|
|
|
|
|