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

Unified Diff: ui/views/widget/desktop_aura/x11_desktop_handler.h

Issue 397223002: Enable copying long text to Chrome and pasting long text from Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/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_;

Powered by Google App Engine
This is Rietveld 408576698