diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-05 17:52:13 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-05 17:52:13 +0000 |
commit | 59723ccf4b1815ed73b42b9b4a4e9d7f3c76fb84 (patch) | |
tree | 99d06005cadb99487772429a61b414eae8cfce51 /ui/linux_ui | |
parent | 931d10471ccadf4cff77f2159658244d0ef4469c (diff) | |
download | chromium_src-59723ccf4b1815ed73b42b9b4a4e9d7f3c76fb84.zip chromium_src-59723ccf4b1815ed73b42b9b4a4e9d7f3c76fb84.tar.gz chromium_src-59723ccf4b1815ed73b42b9b4a4e9d7f3c76fb84.tar.bz2 |
Crop images from custom themes before storing them into the theme pack.
BUG=176857
Test=None
R=erg
TBR=sky (For ui/linux_ui/linux_ui.h)
Review URL: https://chromiumcodereview.appspot.com/13497002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/linux_ui')
-rw-r--r-- | ui/linux_ui/linux_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/linux_ui/linux_ui.h b/ui/linux_ui/linux_ui.h index 80f518f..85decc8 100644 --- a/ui/linux_ui/linux_ui.h +++ b/ui/linux_ui/linux_ui.h @@ -45,7 +45,7 @@ class LINUX_UI_EXPORT LinuxUI : public LinuxShellDialog { // Returns an themed image per theme_provider.h virtual bool UseNativeTheme() const = 0; - virtual gfx::Image* GetThemeImageNamed(int id) const = 0; + virtual gfx::Image GetThemeImageNamed(int id) const = 0; virtual bool GetColor(int id, SkColor* color) const = 0; // Returns a NativeTheme that will provide system colors and draw system |