NEW 164634
Remove pointer lock CG calls from WebPageProxy.cpp and WebChromeClient.mm
https://bugs.webkit.org/show_bug.cgi?id=164634
Summary Remove pointer lock CG calls from WebPageProxy.cpp and WebChromeClient.mm
Jeremy Jones
Reported 2016-11-10 22:29:29 PST
WebPageProxy.cpp and WebChromeClient.mm have CG calls for pointer lock on Mac. CGDisplayHideCursor(CGMainDisplayID()); CGAssociateMouseAndMouseCursorPosition(false); CGAssociateMouseAndMouseCursorPosition(true); CGDisplayShowCursor(CGMainDisplayID()); Move these to a platform specific manager class in WebCore to be used by WK1 and WK2.
Attachments
Note You need to log in before you can comment on or make changes to this bug.