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