| Index: chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| index 78e9c8997708366dd17be024d3a0453cb3e85c9a..69b20b0724d549529b1ff57969a73eeeb0bf722e 100644
|
| --- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| +++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| @@ -60,7 +60,7 @@ class NativeThemeGtk2 : public ui::NativeThemeBase {
|
| GtkStyle* GetMenuItemStyle() const;
|
|
|
| void PaintComboboxArrow(SkCanvas* canvas,
|
| - GtkStateType state,
|
| + GtkStateFlags state,
|
| const gfx::Rect& rect) const;
|
|
|
| mutable GtkWidget* fake_window_;
|
|
|