| Index: ui/views/controls/button/checkbox.h
|
| diff --git a/ui/views/controls/button/checkbox.h b/ui/views/controls/button/checkbox.h
|
| index d2ca6efe25d6e102c07bb72010588802f0a24c49..d5fcc3552ce127d51e14c972ee60a4a55e9b67d8 100644
|
| --- a/ui/views/controls/button/checkbox.h
|
| +++ b/ui/views/controls/button/checkbox.h
|
| @@ -61,7 +61,7 @@ class VIEWS_EXPORT Checkbox : public LabelButton {
|
| const gfx::ImageSkia& image);
|
|
|
| // Paints a focus indicator for the view.
|
| - virtual void PaintFocusRing(gfx::Canvas* canvas, const SkPaint& paint);
|
| + virtual void PaintFocusRing(gfx::Canvas* canvas, const CdlPaint& paint);
|
|
|
| // Gets the vector icon id used to draw the icon based on the current state of
|
| // |checked_|.
|
|
|