| 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;
|
| }
|
|
|
|
|