Chromium Code Reviews| Index: views/controls/button/text_button.h |
| =================================================================== |
| --- views/controls/button/text_button.h (revision 88686) |
| +++ views/controls/button/text_button.h (working copy) |
| @@ -353,6 +353,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; |