Chromium Code Reviews| Index: ui/gfx/canvas.h |
| diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h |
| index 4431261bb061bd108ce836d9c0d091df59f19f04..01443836c601120e28b2a3740ebfbd83b06c47d7 100644 |
| --- a/ui/gfx/canvas.h |
| +++ b/ui/gfx/canvas.h |
| @@ -266,14 +266,6 @@ class GFX_EXPORT Canvas { |
| // Draws the given rectangle with the given |flags| parameters. |
| void DrawRect(const RectF& rect, const cc::PaintFlags& flags); |
| - // Draw the given point with the given |flags| parameters. |
| - // DEPRECATED in favor of the RectF version below. |
| - // TODO(funkysidd): Remove this (http://crbug.com/553726) |
| - void DrawPoint(const Point& p, const cc::PaintFlags& flags); |
|
enne (OOO)
2017/02/27 01:56:21
Nobody is using DrawPoint anywhere, so removing th
|
| - |
| - // Draw the given point with the given |flags| parameters. |
| - void DrawPoint(const PointF& p, const cc::PaintFlags& flags); |
| - |
| // Draws a single pixel line with the specified color. |
| // DEPRECATED in favor of the RectF version below. |
| // TODO(funkysidd): Remove this (http://crbug.com/553726) |