diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 00:29:29 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 00:29:29 +0000 |
commit | 27a6d4a2a6e75422c06a05df929fcac8c3f828f1 (patch) | |
tree | 1e9b1b27c950c61d011afbb41b0d6f19a7856263 /ui/base/theme_provider.h | |
parent | 904c139269c9338dccb600084c33e84d99a9f4e5 (diff) | |
download | chromium_src-27a6d4a2a6e75422c06a05df929fcac8c3f828f1.zip chromium_src-27a6d4a2a6e75422c06a05df929fcac8c3f828f1.tar.gz chromium_src-27a6d4a2a6e75422c06a05df929fcac8c3f828f1.tar.bz2 |
GTK: Prune out GetPixbufNamed() and move callers to the cross platform GetImageNamed().
BUG=106060
TEST=none
Review URL: http://codereview.chromium.org/8937012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/theme_provider.h')
-rw-r--r-- | ui/base/theme_provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/base/theme_provider.h b/ui/base/theme_provider.h index 1d76bdf..ded4d1a 100644 --- a/ui/base/theme_provider.h +++ b/ui/base/theme_provider.h @@ -109,7 +109,6 @@ class UI_EXPORT ThemeProvider { // assert in debug mode if it does not. On failure, this will return a // pointer to a shared empty placeholder bitmap so it will be visible what // is missing. - virtual GdkPixbuf* GetPixbufNamed(int id) const = 0; // As above, but flips it in RTL locales. virtual GdkPixbuf* GetRTLEnabledPixbufNamed(int id) const = 0; |