Index: ui/views/widget/desktop_aura/x11_desktop_handler.h |
diff --git a/ui/views/widget/desktop_aura/x11_desktop_handler.h b/ui/views/widget/desktop_aura/x11_desktop_handler.h |
index a89ca43f0697c6c7a80c05b1e335d72b03bbcf1a..e97b68af60df3201c5c35e8edefa8efe3427734f 100644 |
--- a/ui/views/widget/desktop_aura/x11_desktop_handler.h |
+++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h |
@@ -76,6 +76,10 @@ class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher, |
// Handles changes in activation. |
void OnActiveWindowChanged(::Window window, ActiveState active_state); |
+ // Called when |window| has been created or destroyed. |window| may not be |
+ // managed by Chrome. |
+ void OnWindowCreatedOrDestroyed(int event_type, XID window); |
+ |
// The display and the native X window hosting the root window. |
XDisplay* xdisplay_; |