diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 23:32:24 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 23:32:24 +0000 |
commit | 9923b6dc2cb443d5c8c10fa4a33746cd284fb9bb (patch) | |
tree | 4d3be5bc77797b4b20625a1af1536210f5782dcf /chrome/browser/browser_theme_pack.h | |
parent | cd189bdbe4ad339765549b41530b59c51973d2cf (diff) | |
download | chromium_src-9923b6dc2cb443d5c8c10fa4a33746cd284fb9bb.zip chromium_src-9923b6dc2cb443d5c8c10fa4a33746cd284fb9bb.tar.gz chromium_src-9923b6dc2cb443d5c8c10fa4a33746cd284fb9bb.tar.bz2 |
Revert r38006 and r38018 to try to fix the mac perf regression.
BUG=34755,34078
TEST=none
Review URL: http://codereview.chromium.org/600026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_theme_pack.h')
-rw-r--r-- | chrome/browser/browser_theme_pack.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/browser_theme_pack.h b/chrome/browser/browser_theme_pack.h index e9327e4..b97680a 100644 --- a/chrome/browser/browser_theme_pack.h +++ b/chrome/browser/browser_theme_pack.h @@ -116,9 +116,6 @@ class BrowserThemePack : public base::RefCountedThreadSafe<BrowserThemePack> { FilePath images_path, FilePathMap* file_paths) const; - // Creates the data for |source_images_| from |file_paths|. - void BuildSourceImagesArray(const FilePathMap& file_paths); - // Loads the unmodified bitmaps packed in the extension to SkBitmaps. Returns // true if all images loaded. bool LoadRawBitmapsTo(const FilePathMap& file_paths, @@ -192,10 +189,6 @@ class BrowserThemePack : public base::RefCountedThreadSafe<BrowserThemePack> { int32 id; int32 property; } *display_properties_; - - // A list of included source images. A pointer to a -1 terminated array of - // our persistent IDs. - int* source_images_; #pragma pack(pop) // References to raw PNG data. This map isn't touched when |data_pack_| is |