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

Unified Diff: ui/views/widget/native_widget_mac.h

Issue 1964283002: MacViews: Implemented Drag & Drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to add the test Created 4 years, 7 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/native_widget_mac.h
diff --git a/ui/views/widget/native_widget_mac.h b/ui/views/widget/native_widget_mac.h
index 93402a18470462c13c145d15fe0c2b9975fe9057..fc01968929f0a802d3a1f8bad2d987f85a4dc29b 100644
--- a/ui/views/widget/native_widget_mac.h
+++ b/ui/views/widget/native_widget_mac.h
@@ -19,6 +19,7 @@ namespace views {
namespace test {
class HitTestNativeWidgetMac;
class MockNativeWidgetMac;
+class DragDropTestNativeWidgetMac;
tapted 2016/05/24 08:06:02 nit: sort
spqchan 2016/05/26 01:56:55 Done.
}
class BridgedNativeWidget;
@@ -146,6 +147,7 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate {
private:
friend class test::MockNativeWidgetMac;
friend class test::HitTestNativeWidgetMac;
+ friend class test::DragDropTestNativeWidgetMac;
tapted 2016/05/24 08:06:02 nit: sort
spqchan 2016/05/26 01:56:55 Done.
internal::NativeWidgetDelegate* delegate_;
std::unique_ptr<BridgedNativeWidget> bridge_;

Powered by Google App Engine
This is Rietveld 408576698