| 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 const SkBitmap& GetImageToPaint() const;
|
| +
|
| // Overridden from NativeThemeDelegate:
|
| virtual gfx::NativeTheme::Part GetThemePart() const OVERRIDE;
|
|
|
|
|