Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: ui/aura/root_window_host_x11.cc

Issue 119753007: Add GrabWindowSnapshotAsync tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test both sync and async paths Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/aura/root_window_host_x11.cc
diff --git a/ui/aura/root_window_host_x11.cc b/ui/aura/root_window_host_x11.cc
index f1b81029fd2d8469f5682f84cfbc7f6e4196a6cb..0f5f76a2f1d34edd99c80cd91a0168ac4503eab4 100644
--- a/ui/aura/root_window_host_x11.cc
+++ b/ui/aura/root_window_host_x11.cc
@@ -389,6 +389,7 @@ RootWindowHostX11::~RootWindowHostX11() {
UnConfineCursor();
+ DestroyCompositor();
XDestroyWindow(xdisplay_, xwindow_);
}

Powered by Google App Engine
This is Rietveld 408576698