Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc |
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc |
| index 33eae0b0e05042b8a85a0e1f8f93554b826c718d..74baf41431484cbae17d27cdb1a2709f9460ed08 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc |
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc |
| @@ -329,6 +329,10 @@ aura::RootWindow* DesktopRootWindowHostLinux::Init( |
| return InitRootWindow(sanitized_params); |
| } |
| +void DesktopRootWindowHostLinux::InitFocus(aura::Window* window) { |
| + NOTIMPLEMENTED(); |
| +} |
| + |
| void DesktopRootWindowHostLinux::Close() { |
| // TODO(erg): Might need to do additional hiding tasks here. |
| @@ -877,6 +881,10 @@ void DesktopRootWindowHostLinux::OnDeviceScaleFactorChanged( |
| void DesktopRootWindowHostLinux::PrepareForShutdown() { |
| } |
| +void DesktopRootWindowHostLinux::SetHostWindowExpansion( |
| + const gfx::Rect& extra) { |
| +} |
|
sky
2013/03/14 20:06:37
NOTIMPLEMENTED?
scottmg
2013/03/14 22:51:53
Done.
|
| + |
| //////////////////////////////////////////////////////////////////////////////// |
| // DesktopRootWindowHostLinux, MessageLoop::Dispatcher implementation: |