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

Unified Diff: ui/gfx/canvas.h

Issue 2716213002: ui: Fix cc/paint skia type mismatches (Closed)
Patch Set: Created 3 years, 10 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
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)
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/canvas.cc » ('j') | ui/gfx/harfbuzz_font_skia.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698