| Index: ui/linux_ui/linux_ui.h
|
| diff --git a/ui/linux_ui/linux_ui.h b/ui/linux_ui/linux_ui.h
|
| index 80f518f5683603ba21ae8637455624e808a1d70a..85decc8bf7348abd33920473fb213736e167cb53 100644
|
| --- a/ui/linux_ui/linux_ui.h
|
| +++ b/ui/linux_ui/linux_ui.h
|
| @@ -45,7 +45,7 @@ class LINUX_UI_EXPORT LinuxUI : public LinuxShellDialog {
|
|
|
| // Returns an themed image per theme_provider.h
|
| virtual bool UseNativeTheme() const = 0;
|
| - virtual gfx::Image* GetThemeImageNamed(int id) const = 0;
|
| + virtual gfx::Image GetThemeImageNamed(int id) const = 0;
|
| virtual bool GetColor(int id, SkColor* color) const = 0;
|
|
|
| // Returns a NativeTheme that will provide system colors and draw system
|
|
|