| Index: chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.h b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| index db62cf3fb9eabd85d9a24b985d0a8f1508ada4e8..a087e11c8d34d39a5cbd6efd416b03dbe53ca2b0 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| @@ -76,7 +76,7 @@ class Gtk2UI : public views::LinuxUI {
|
| // TODO(varkha): This should not be necessary once Material Design is on
|
| // unconditionally.
|
| void MaterialDesignControllerReady() override;
|
| - gfx::Image GetThemeImageNamed(int id) const override;
|
| + const gfx::Image& GetThemeImageNamed(int id) const override;
|
| bool GetTint(int id, color_utils::HSL* tint) const override;
|
| bool GetColor(int id, SkColor* color) const override;
|
| bool HasCustomImage(int id) const override;
|
|
|