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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_util.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/gtk2_util.h
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_util.h b/chrome/browser/ui/libgtk2ui/gtk2_util.h
index 0d8c4fdcd695646d54553c40b1420d4a13e75b42..1a2f4afe235e521f8192cb24fb913ed5f49ff7da 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_util.h
+++ b/chrome/browser/ui/libgtk2ui/gtk2_util.h
@@ -56,7 +56,7 @@ aura::Window* GetAuraTransientParent(GtkWidget* dialog);
void ClearAuraTransientParent(GtkWidget* dialog);
// Converts a NativeTheme state to a GtkStateType.
-GtkStateType GetGtkState(ui::NativeTheme::State state);
+GtkStateFlags GetGtkState(ui::NativeTheme::State state);
} // namespace libgtk2ui

Powered by Google App Engine
This is Rietveld 408576698