diff options
Diffstat (limited to 'chrome/browser/themes/browser_theme_pack.h')
-rw-r--r-- | chrome/browser/themes/browser_theme_pack.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/themes/browser_theme_pack.h b/chrome/browser/themes/browser_theme_pack.h index d82d44d..ea9ccc6 100644 --- a/chrome/browser/themes/browser_theme_pack.h +++ b/chrome/browser/themes/browser_theme_pack.h @@ -181,10 +181,6 @@ class BrowserThemePack : public base::RefCountedThreadSafe< void RepackImages(const ImageCache& images, RawImages* reencoded_images) const; - // Generates image reps for |scale_factors| for - // |prepared_images_on_ui_thread_| and |prepared_images_on_file_thread_|. - void GenerateImageReps(const std::vector<ui::ScaleFactor>& scale_factors); - // Takes all images in |source| and puts them in |destination|, freeing any // image already in |destination| that |source| would overwrite. void MergeImageCaches(const ImageCache& source, |