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. |
+ virtual SkBitmap GetImageToPaint() const; |
sky
2011/06/09 15:46:46
Can this return const SkBitmap& ?
sail
2011/06/10 00:56:20
Done.
|
+ |
// Overridden from NativeThemeDelegate: |
virtual gfx::NativeTheme::Part GetThemePart() const OVERRIDE; |