| Index: ui/aura/desktop_host_linux.cc
|
| diff --git a/ui/aura/desktop_host_linux.cc b/ui/aura/desktop_host_linux.cc
|
| index 17cacb86f187f5830d36506719b3b5544267753f..e20b1c57403bbeba3bf1b7d9e8b18aaec46642fc 100644
|
| --- a/ui/aura/desktop_host_linux.cc
|
| +++ b/ui/aura/desktop_host_linux.cc
|
| @@ -289,6 +289,9 @@ DesktopHostLinux::DesktopHostLinux(const gfx::Rect& bounds)
|
|
|
| DesktopHostLinux::~DesktopHostLinux() {
|
| XDestroyWindow(xdisplay_, xwindow_);
|
| +
|
| + // Clears XCursorCache.
|
| + ui::GetXCursor(ui::kCursorClearXCursorCache);
|
| }
|
|
|
| base::MessagePumpDispatcher::DispatchStatus DesktopHostLinux::Dispatch(
|
|
|