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

Unified Diff: ui/views/controls/button/checkbox.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 | « ui/views/color_chooser/color_chooser_view.cc ('k') | ui/views/controls/button/checkbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_|.
« no previous file with comments | « ui/views/color_chooser/color_chooser_view.cc ('k') | ui/views/controls/button/checkbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698