| Index: trunk/src/ui/aura/window_tree_host_x11.cc
|
| ===================================================================
|
| --- trunk/src/ui/aura/window_tree_host_x11.cc (revision 258102)
|
| +++ trunk/src/ui/aura/window_tree_host_x11.cc (working copy)
|
| @@ -699,6 +699,10 @@
|
| float device_scale_factor) {
|
| }
|
|
|
| +void WindowTreeHostX11::PrepareForShutdown() {
|
| + base::MessagePumpX11::Current()->RemoveDispatcherForWindow(xwindow_);
|
| +}
|
| +
|
| void WindowTreeHostX11::SetCursorNative(gfx::NativeCursor cursor) {
|
| if (cursor == current_cursor_)
|
| return;
|
|
|