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

Unified Diff: ui/views/cocoa/views_nswindow_delegate.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
Index: ui/views/cocoa/views_nswindow_delegate.h
diff --git a/ui/views/cocoa/views_nswindow_delegate.h b/ui/views/cocoa/views_nswindow_delegate.h
index 715af24dec96201cb3d9b029c4bee38f964f917f..e9f4d7f0e5cddfc3be47d80c2085a75ff8058f30 100644
--- a/ui/views/cocoa/views_nswindow_delegate.h
+++ b/ui/views/cocoa/views_nswindow_delegate.h
@@ -55,13 +55,6 @@ VIEWS_EXPORT
- (void)windowDidFailToEnterFullScreen:(NSWindow*)window;
- (void)windowDidFailToExitFullScreen:(NSWindow*)window;
-// Called when the application receives a mouse-down, but before the event
-// is processed by NSWindows. Returns NO if the event should be processed as-is,
-// or YES if the event should be reposted to handle window dragging. Events are
-// reposted at the CGSessionEventTap level because window dragging happens there
-// before the application receives the event.
-- (BOOL)shouldRepostPendingLeftMouseDown:(NSPoint)locationInWindow;
-
@end
#endif // UI_VIEWS_COCOA_VIEWS_NSWINDOW_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698