WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug