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

Unified Diff: views/widget/widget_gtk.h

Issue 150171: Convert menu strings to UTF16, fix some views-GTK build errors. (Closed)
Patch Set: Created 11 years, 6 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
« no previous file with comments | « views/controls/menu/simple_menu_model.cc ('k') | views/widget/widget_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget_gtk.h
diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h
index 0034f018308ec973e97b2d81b90e8479ac0d7603..58d8895eef75abc0d8845713cef74bf93cd00964 100644
--- a/views/widget/widget_gtk.h
+++ b/views/widget/widget_gtk.h
@@ -40,8 +40,7 @@ class WidgetGtk : public Widget, public MessageLoopForUI::Observer {
// Initializes this widget.
void Init(GtkWidget* parent,
- const gfx::Rect& bounds,
- bool has_own_focus_manager);
+ const gfx::Rect& bounds);
// Makes the background of the window totally transparent. This must be
// invoked before Init. This does a couple of checks and returns true if
« no previous file with comments | « views/controls/menu/simple_menu_model.cc ('k') | views/widget/widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698