Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: chrome/browser/browser_theme_provider.h

Issue 258020: GTK: Refactor some things so GTK doesn't touch the on disk image cache. (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_theme_provider.h
diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h
index d6c20b65fd79dd9ed3f00473678a54e11fbc892c..0d3524bbe08b6078224e60ccbe57f33bf62e5255 100644
--- a/chrome/browser/browser_theme_provider.h
+++ b/chrome/browser/browser_theme_provider.h
@@ -261,6 +261,11 @@ class BrowserThemeProvider : public NonThreadSafe,
// from ClearCaches().
virtual void FreePlatformCaches();
+ // The implementation of GenerateTabBackgroundBitmap(). That function also
+ // must be locked and touches caches; this function only deals with image
+ // generation.
+ SkBitmap* GenerateTabBackgroundBitmapImpl(int id);
+
Profile* profile() { return profile_; }
// Subclasses may need us to not use the on-disk image cache. The GTK
« no previous file with comments | « no previous file | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698