| 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 5d1d681fb7027ba7df941792e22562b1e324c5ab..760864afc38224bf2f960ff836d9cbb4856d9e77 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| @@ -42,7 +42,9 @@ class Gtk2UI : public ui::LinuxUI {
|
| virtual bool UseNativeTheme() const OVERRIDE;
|
| virtual gfx::Image GetThemeImageNamed(int id) const OVERRIDE;
|
| virtual bool GetColor(int id, SkColor* color) const OVERRIDE;
|
| + virtual bool HasCustomImage(int id) const OVERRIDE;
|
| virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
|
| + virtual bool GetDefaultUsesSystemTheme() const OVERRIDE;
|
|
|
| private:
|
| typedef std::map<int, SkColor> ColorMap;
|
|
|