| Index: chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
|
| diff --git a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
|
| index 5369ac2f69cd4c6c9164b2bfcd83c0eff488cb73..bb91dc7e6c8afba30f93294ae8bcf74f2e71b24c 100644
|
| --- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
|
| +++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc
|
| @@ -171,6 +171,10 @@ void NativeThemeGtk2::PaintMenuItemBackground(
|
| canvas->drawRect(gfx::RectToSkRect(rect), paint);
|
| }
|
|
|
| +void NativeThemeGtk2::NotifyNativeThemeObservers() {
|
| + NotifyObservers();
|
| +}
|
| +
|
| GdkColor NativeThemeGtk2::GetSystemGdkColor(ColorId color_id) const {
|
| switch (color_id) {
|
| // Windows
|
|
|