Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: chrome/browser/ui/libgtk2ui/native_theme_gtk2.h

Issue 1234223005: Initial gtk3 support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed abort on GtkPrintUnixDialog Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698