| Index: chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| index a57b59fb7905762f861446e6587b52f536adf2dc..652e04e719525343d02f82ecd74110bcc623c0b5 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| @@ -688,9 +688,10 @@ void Gtk2UI::SetNonClientMiddleClickAction(NonClientMiddleClickAction action) {
|
| }
|
|
|
| scoped_ptr<ui::LinuxInputMethodContext> Gtk2UI::CreateInputMethodContext(
|
| - ui::LinuxInputMethodContextDelegate* delegate) const {
|
| + ui::LinuxInputMethodContextDelegate* delegate,
|
| + bool is_simple) const {
|
| return scoped_ptr<ui::LinuxInputMethodContext>(
|
| - new X11InputMethodContextImplGtk2(delegate));
|
| + new X11InputMethodContextImplGtk2(delegate, is_simple));
|
| }
|
|
|
| gfx::FontRenderParams Gtk2UI::GetDefaultFontRenderParams() const {
|
|
|