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

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

Issue 1146873002: [MacViews] Enable dragging a window by its caption/draggable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to single repost and [NSWindow setMovableByWindowBackground]. Created 5 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 1481ec5d37142ae92f3c1e62fc9ca0c79904ce15..e68c5b19be8bbe1e469ec34d79e8aca8736a8b3a 100644
--- a/ui/views/widget/native_widget_mac.h
+++ b/ui/views/widget/native_widget_mac.h
@@ -14,6 +14,7 @@ class MockNativeWidgetMac;
}
class BridgedNativeWidget;
+class HitTestNativeWidgetMac;
class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate {
public:
@@ -128,6 +129,7 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate {
private:
friend class test::MockNativeWidgetMac;
+ friend class HitTestNativeWidgetMac;
tapted 2015/06/03 00:28:37 (this should end up in test::)
jackhou1 2015/06/03 04:04:44 Done.
internal::NativeWidgetDelegate* delegate_;
scoped_ptr<BridgedNativeWidget> bridge_;

Powered by Google App Engine
This is Rietveld 408576698