Index: ash/wm/workspace/workspace_event_filter.h |
diff --git a/ash/wm/workspace/workspace_event_filter.h b/ash/wm/workspace/workspace_event_filter.h |
index 75479df052ddde124e0ec48bc5228cbaf5cab6f2..98244b6e95b25910ca7c4051975fa0e24ad66c21 100644 |
--- a/ash/wm/workspace/workspace_event_filter.h |
+++ b/ash/wm/workspace/workspace_event_filter.h |
@@ -57,6 +57,9 @@ class WorkspaceEventFilter : public ToplevelWindowEventFilter, |
MultiWindowResizeController multi_window_resize_controller_; |
+ // If non-NULL, set to true in the destructor. |
+ bool* destroyed_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WorkspaceEventFilter); |
}; |