| 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..82ac5ad2f98be218347283a8502b39708ae791e2 100644
|
| --- a/ui/aura/root_window_host_linux.cc
|
| +++ b/ui/aura/root_window_host_linux.cc
|
| @@ -865,6 +865,10 @@ void RootWindowHostLinux::OnRootWindowInitialized(RootWindow* root_window) {
|
| UpdateIsInternalDisplay();
|
| }
|
|
|
| +void RootWindowHostLinux::SetHostWindowExpansion(const gfx::Rect& extra) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| bool RootWindowHostLinux::DispatchEventForRootWindow(
|
| const base::NativeEvent& event) {
|
| switch (event->type) {
|
|
|