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