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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 2475173002: MacViews: Fix window dragging on Sierra. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/views/cocoa/bridged_native_widget.h » ('j') | ui/views/cocoa/native_widget_mac_nswindow.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/sdk_forward_declarations.h
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
index f77a42508261bd8904da0db45213998d91540540..30417afac2020361298ee0f50a420045e49cc299 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -276,6 +276,10 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
@property(readonly, strong) NSLayoutYAxisAnchor* bottomAnchor;
@end
+@interface NSWindow (ElCapitanSDK)
+- (void)performWindowDragWithEvent:(NSEvent*)event;
+@end
+
#endif // MAC_OS_X_VERSION_10_11
// Once Chrome no longer supports OSX 10.11, everything within this
« no previous file with comments | « no previous file | ui/views/cocoa/bridged_native_widget.h » ('j') | ui/views/cocoa/native_widget_mac_nswindow.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698