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

Unified Diff: ui/platform_window/x11/x11_window.h

Issue 1139673003: Make Mandoline shut down cleanly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crash in surfaces if surfaceimpl outlives the app, and a double delete in browser Created 5 years, 7 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/platform_window/x11/x11_window.h
diff --git a/ui/platform_window/x11/x11_window.h b/ui/platform_window/x11/x11_window.h
index b964b89476c2701349b6223654a7d542c63c86bc..264466dec24b5ffe7eb41cbe730e9cd152569b7d 100644
--- a/ui/platform_window/x11/x11_window.h
+++ b/ui/platform_window/x11/x11_window.h
@@ -62,6 +62,7 @@ class X11_WINDOW_EXPORT X11Window : public PlatformWindow,
gfx::Rect confirmed_bounds_;
bool window_mapped_;
+ bool destroyed_;
DISALLOW_COPY_AND_ASSIGN(X11Window);
};

Powered by Google App Engine
This is Rietveld 408576698