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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_aurax11.cc

Issue 1892483005: SelectionOwner: add support for TIMESTAMP target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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
« no previous file with comments | « no previous file | ui/base/x/selection_owner.h » ('j') | ui/base/x/selection_owner.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc b/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
index e2bba47010817ff4a1abbbbb0ad93fa87c0fbe82..943cb64abba6efa30b55843fae168ed09df9d85e 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
+++ b/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
@@ -83,6 +83,7 @@ OSExchangeDataProviderAuraX11::OSExchangeDataProviderAuraX11()
atom_cache_.allow_uncached_atoms();
XStoreName(x_display_, x_window_, "Chromium Drag & Drop Window");
+ XSelectInput(x_display_, x_window_, PropertyChangeMask);
PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
}
« no previous file with comments | « no previous file | ui/base/x/selection_owner.h » ('j') | ui/base/x/selection_owner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698