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

Unified Diff: ui/gfx/canvas.h

Issue 2527513002: Update ash shelf/tray focus rects. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « ash/common/system/user/button_from_view.cc ('k') | 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 40ce0bff4015abdf63006037de85f6b769985f8e..66a55980af9a9f3a59c573f8d089f6c6e8673b16 100644
--- a/ui/gfx/canvas.h
+++ b/ui/gfx/canvas.h
@@ -428,13 +428,7 @@ class GFX_EXPORT Canvas {
// Draws a |rect| in the specified region with the specified |color| with a
// with of one logical pixel which might be more device pixels.
- // DEPRECATED in favor of the RectF version below.
- // TODO(funkysidd): Remove this (http://crbug.com/553726)
- void DrawSolidFocusRect(const Rect& rect, SkColor color);
-
- // Draws a |rect| in the specified region with the specified |color| with a
- // with of one logical pixel which might be more device pixels.
- void DrawSolidFocusRect(const RectF& rect, SkColor color);
+ void DrawSolidFocusRect(const RectF& rect, SkColor color, float thickness);
// Tiles the image in the specified region.
// Parameters are specified relative to current canvas scale not in pixels.
« no previous file with comments | « ash/common/system/user/button_from_view.cc ('k') | ui/gfx/canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698