| Index: ui/views/widget/default_theme_provider.h
|
| diff --git a/ui/views/widget/default_theme_provider.h b/ui/views/widget/default_theme_provider.h
|
| index a0f504c28dc613f5c8d8c3777799ec68305f2a41..d69f37eec224f43c8d4f20640d79e9a64bac5a25 100644
|
| --- a/ui/views/widget/default_theme_provider.h
|
| +++ b/ui/views/widget/default_theme_provider.h
|
| @@ -31,7 +31,9 @@ class VIEWS_EXPORT DefaultThemeProvider : public ui::ThemeProvider {
|
| virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE;
|
| virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
| virtual bool HasCustomImage(int id) const OVERRIDE;
|
| - virtual base::RefCountedMemory* GetRawData(int id) const OVERRIDE;
|
| + virtual base::RefCountedMemory* GetRawData(
|
| + int id,
|
| + ui::ScaleFactor scale_factor) const OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DefaultThemeProvider);
|
|
|