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

Unified Diff: ui/views/mus/os_exchange_data_provider_mus.h

Issue 2323553002: mash: Use the new mus drag and drop API to get drag working in mash. (Closed)
Patch Set: comments Created 4 years, 3 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 | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/mus/os_exchange_data_provider_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/os_exchange_data_provider_mus.h
diff --git a/ui/views/mus/os_exchange_data_provider_mus.h b/ui/views/mus/os_exchange_data_provider_mus.h
index cc8b4f823cf82a15844c9ecd0445eff2e478ccc4..120de932f678b42c61c4162715fd5456e40796cf 100644
--- a/ui/views/mus/os_exchange_data_provider_mus.h
+++ b/ui/views/mus/os_exchange_data_provider_mus.h
@@ -7,6 +7,12 @@
#include "ui/base/dragdrop/os_exchange_data.h"
+#include <map>
+#include <memory>
+#include <string>
+#include <utility>
+#include <vector>
+
#include "mojo/public/cpp/bindings/map.h"
#include "ui/gfx/geometry/vector2d.h"
#include "ui/gfx/image/image_skia.h"
@@ -26,6 +32,7 @@ class VIEWS_MUS_EXPORT OSExchangeDataProviderMus
using Data = std::map<std::string, std::vector<uint8_t>>;
OSExchangeDataProviderMus();
+ explicit OSExchangeDataProviderMus(Data data);
~OSExchangeDataProviderMus() override;
// Returns the raw MIME type to data mapping.
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/mus/os_exchange_data_provider_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698