| Index: ui/gfx/canvas.h
|
| diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h
|
| index 40ce0bff4015abdf63006037de85f6b769985f8e..c1ea3032a4764c7ba9014ec95fc8a94e8fc32fd2 100644
|
| --- a/ui/gfx/canvas.h
|
| +++ b/ui/gfx/canvas.h
|
| @@ -434,7 +434,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.
|
| - 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.
|
|
|