diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 19:36:18 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 19:36:18 +0000 |
commit | ce310a752d7fe78ec81d2bd1553a4bd34e990b25 (patch) | |
tree | 27b32d1e1cf2147d003215f5c6403646931e74f4 /views | |
parent | ad0f81dd10c2322df4bf4dcbbe4719ea6d097a6f (diff) | |
download | chromium_src-ce310a752d7fe78ec81d2bd1553a4bd34e990b25.zip chromium_src-ce310a752d7fe78ec81d2bd1553a4bd34e990b25.tar.gz chromium_src-ce310a752d7fe78ec81d2bd1553a4bd34e990b25.tar.bz2 |
Clean up avatar icon drawing
This change addresses review feedback from:
http://codereview.chromium.org/7003080/
BUG=
TEST=
Review URL: http://codereview.chromium.org/7229014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/controls/button/text_button.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/controls/button/text_button.h b/views/controls/button/text_button.h index 32a1728..16efcc0 100644 --- a/views/controls/button/text_button.h +++ b/views/controls/button/text_button.h @@ -355,7 +355,6 @@ class TextButton : public TextButtonBase { protected: SkBitmap icon() const { return icon_; } - // Returns the image to paint. This is invoked from paint. virtual const SkBitmap& GetImageToPaint() const; // Overridden from NativeThemeDelegate: |