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

Unified Diff: chrome/browser/ui/cocoa/download/background_theme.mm

Issue 10783015: Add ability to store hidpi theme images in data pack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/ui/cocoa/download/background_theme.mm
diff --git a/chrome/browser/ui/cocoa/download/background_theme.mm b/chrome/browser/ui/cocoa/download/background_theme.mm
index 4f2d6894429528775d4910108889192db0d0dcf8..dd7b16f429f8e4e73b4bc307cdc6e7958bc39618 100644
--- a/chrome/browser/ui/cocoa/download/background_theme.mm
+++ b/chrome/browser/ui/cocoa/download/background_theme.mm
@@ -51,7 +51,9 @@ bool BackgroundTheme::HasCustomImage(int id) const {
return false;
}
-base::RefCountedMemory* BackgroundTheme::GetRawData(int id) const {
+base::RefCountedMemory* BackgroundTheme::GetRawData(
+ int id,
+ ui::ScaleFactor scale_factor) const {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698