Chromium Code Reviews| Index: ash/host/ash_window_tree_host_x11.cc |
| diff --git a/ash/host/ash_window_tree_host_x11.cc b/ash/host/ash_window_tree_host_x11.cc |
| index a6971b5cae77d15f3d57308a5569a6b73eb76b7c..31534471ba506d31fd029ced4094819ce00e1a75 100644 |
| --- a/ash/host/ash_window_tree_host_x11.cc |
| +++ b/ash/host/ash_window_tree_host_x11.cc |
| @@ -126,6 +126,8 @@ gfx::Insets AshWindowTreeHostX11::GetHostInsets() const { |
| aura::WindowTreeHost* AshWindowTreeHostX11::AsWindowTreeHost() { return this; } |
| +void AshWindowTreeHostX11::RemapAsNormalWindow() {} |
|
Daniel Erat
2016/01/19 20:36:22
can this call NOTREACHED()? this should never be c
stapelberg
2016/01/20 13:31:09
Done.
|
| + |
| void AshWindowTreeHostX11::PrepareForShutdown() { |
| // Block the root window from dispatching events because it is weird for a |
| // ScreenPositionClient not to be attached to the root window and for |