diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 21:46:47 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 21:46:47 +0000 |
commit | cfd0b58808dcf60b03a2fa434b655f850087c5f4 (patch) | |
tree | 026ad375656d31efedf609a3877af2eb7a8bbd57 /app/theme_provider.h | |
parent | c2def1c60e5809cf6f6171f980c56f2e4b48109e (diff) | |
download | chromium_src-cfd0b58808dcf60b03a2fa434b655f850087c5f4.zip chromium_src-cfd0b58808dcf60b03a2fa434b655f850087c5f4.tar.gz chromium_src-cfd0b58808dcf60b03a2fa434b655f850087c5f4.tar.bz2 |
Aggressively cache theme image pattern colors.
BUG=http://crbug.com/37106 (I hope)
TEST=no visible change, just faster
Review URL: http://codereview.chromium.org/661396
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/theme_provider.h')
-rw-r--r-- | app/theme_provider.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/theme_provider.h b/app/theme_provider.h index 5659140..e26fd74 100644 --- a/app/theme_provider.h +++ b/app/theme_provider.h @@ -77,6 +77,10 @@ class ThemeProvider { // this function will return nil. virtual NSImage* GetNSImageNamed(int id, bool allow_default) const = 0; + // Gets the NSImage that GetNSImageNamed (above) would return, but returns it + // as a pattern color. + virtual NSColor* GetNSImageColorNamed(int id, bool allow_default) const = 0; + // Gets the NSColor with the specified |id|. // // The color is not assumed to exist. If a theme does not provide an color, if |