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

Unified Diff: ui/base/models/accelerator_gtk.h

Issue 6812037: GTK: A first *very* rough cut at a global menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment Created 9 years, 8 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
« chrome/browser/ui/gtk/global_menu_bar.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/models/accelerator_gtk.h
diff --git a/ui/base/models/accelerator_gtk.h b/ui/base/models/accelerator_gtk.h
index c38abb2b3d44de6a8388492858bb94224acc2388..720e2919a3aedc71282469cb290b3fe431131cfb 100644
--- a/ui/base/models/accelerator_gtk.h
+++ b/ui/base/models/accelerator_gtk.h
@@ -45,7 +45,7 @@ class AcceleratorGtk : public Accelerator {
gdk_keyval_ : ui::GdkKeyCodeForWindowsKeyCode(key_code_, false);
}
- GdkModifierType gdk_modifier_type() {
+ GdkModifierType gdk_modifier_type() const {
return static_cast<GdkModifierType>(modifiers());
}
« chrome/browser/ui/gtk/global_menu_bar.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698