Index: views/controls/button/text_button.h |
=================================================================== |
--- views/controls/button/text_button.h (revision 88024) |
+++ views/controls/button/text_button.h (working copy) |
@@ -342,6 +342,9 @@ |
protected: |
SkBitmap icon() const { return icon_; } |
+ // Returns the image to paint. This is invoked from paint. |
Peter Kasting
2011/06/10 20:37:21
Nit: I'd remove "This is invoked from paint" since
|
+ virtual const SkBitmap& GetImageToPaint() const; |
+ |
// Overridden from NativeThemeDelegate: |
virtual gfx::NativeTheme::Part GetThemePart() const OVERRIDE; |