| Index: ui/views/widget/desktop_root_window_host_linux.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_root_window_host_linux.cc (revision 156802)
|
| +++ ui/views/widget/desktop_root_window_host_linux.cc (working copy)
|
| @@ -60,6 +60,19 @@
|
| return gfx::Rect(100, 100);
|
| }
|
|
|
| +InputMethod* DesktopRootWindowHostLinux::CreateInputMethod() {
|
| + // TODO(erg):
|
| + NOTIMPLEMENTED();
|
| + return NULL;
|
| +}
|
| +
|
| +internal::InputMethodDelegate*
|
| + DesktopRootWindowHostLinux::GetInputMethodDelegate() {
|
| + // TODO(erg):
|
| + NOTIMPLEMENTED();
|
| + return NULL;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopRootWindowHost, public:
|
|
|
|
|