Bug 164634

Summary: Remove pointer lock CG calls from WebPageProxy.cpp and WebChromeClient.mm
Product: WebKit Reporter: Jeremy Jones <jeremyj-wk>
Component: WebKit2Assignee: Jeremy Jones <jeremyj-wk>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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.