Bug 164634
Summary: | Remove pointer lock CG calls from WebPageProxy.cpp and WebChromeClient.mm | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Jones <jeremyj-wk> |
Component: | WebKit2 | Assignee: | Jeremy Jones <jeremyj-wk> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jeremy Jones
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. |