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

Unified Diff: ui/views/widget/default_theme_provider.cc

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, 4 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 | « ui/views/widget/default_theme_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/default_theme_provider.cc
diff --git a/ui/views/widget/default_theme_provider.cc b/ui/views/widget/default_theme_provider.cc
index 469410b8a20774309c05fa5d0ae632bba7943f48..4f885543085a5f6c4099daaab22e7afa524273b4 100644
--- a/ui/views/widget/default_theme_provider.cc
+++ b/ui/views/widget/default_theme_provider.cc
@@ -46,7 +46,9 @@ bool DefaultThemeProvider::HasCustomImage(int id) const {
return false;
}
-base::RefCountedMemory* DefaultThemeProvider::GetRawData(int id) const {
+base::RefCountedMemory* DefaultThemeProvider::GetRawData(
+ int id,
+ ui::ScaleFactor scale_factor) const {
return NULL;
}
« no previous file with comments | « ui/views/widget/default_theme_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698