Chromium Code Reviews| Index: ui/aura/root_window_host_linux.cc |
| diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc |
| index 48b1b27f2db9d94755a92a827bf314d6352266b4..d6fb048cfa932fc211fe0d73e7559ea6fa3c46a6 100644 |
| --- a/ui/aura/root_window_host_linux.cc |
| +++ b/ui/aura/root_window_host_linux.cc |
| @@ -865,6 +865,9 @@ void RootWindowHostLinux::OnRootWindowInitialized(RootWindow* root_window) { |
| UpdateIsInternalDisplay(); |
| } |
| +void RootWindowHostLinux::SetHostWindowExpansion(const gfx::Rect& extra) { |
| +} |
|
sky
2013/03/14 20:06:37
NOTIMPLEMENTED?
scottmg
2013/03/14 22:51:53
Done.
|
| + |
| bool RootWindowHostLinux::DispatchEventForRootWindow( |
| const base::NativeEvent& event) { |
| switch (event->type) { |