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

Unified Diff: views/controls/button/text_button.h

Issue 7003080: Change profile menu button to avatar button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Change profile menu button to avatar button Created 9 years, 6 months 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 | « chrome/chrome_browser.gypi ('k') | views/controls/button/text_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | views/controls/button/text_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698