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

Unified Diff: plugin/mac/fullscreen_window_mac.mm

Issue 2347001: Accepted mouse moved events in NSWindow used for Cocoa full-screen code path.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/mac/fullscreen_window_mac.mm
===================================================================
--- plugin/mac/fullscreen_window_mac.mm (revision 48442)
+++ plugin/mac/fullscreen_window_mac.mm (working copy)
@@ -446,6 +446,7 @@
screen:mainScreen];
if (self) {
owner_ = owner;
+ [self setAcceptsMouseMovedEvents:YES];
// We need to set ourselves as the delegate in order to receive
// focus changed notifications.
[self setDelegate:self];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698