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

Unified Diff: chrome/browser/dom_ui/dom_ui_favicon_source.h

Issue 288005: First fix to minimize copying of image data. (Closed)
Patch Set: Modify gyp Created 11 years, 2 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
Index: chrome/browser/dom_ui/dom_ui_favicon_source.h
diff --git a/chrome/browser/dom_ui/dom_ui_favicon_source.h b/chrome/browser/dom_ui/dom_ui_favicon_source.h
index 5e53754ca29d9a46c95774cb593e50b285eeff85..6556c3940663d31bb273228469de95def67b622d 100644
--- a/chrome/browser/dom_ui/dom_ui_favicon_source.h
+++ b/chrome/browser/dom_ui/dom_ui_favicon_source.h
@@ -45,7 +45,7 @@ class DOMUIFavIconSource : public ChromeURLDataManager::DataSource {
// Raw PNG representation of the favicon to show when the favicon
// database doesn't have a favicon for a webpage.
- scoped_refptr<RefCountedBytes> default_favicon_;
+ scoped_refptr<RefCountedMemory> default_favicon_;
DISALLOW_COPY_AND_ASSIGN(DOMUIFavIconSource);
};

Powered by Google App Engine
This is Rietveld 408576698