Bug 106455 - [WK2] Add support for scaled cursors
Summary: [WK2] Add support for scaled cursors
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 99493
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-09 07:22 PST by Chris Dumez
Modified: 2013-01-09 08:58 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2013-01-09 07:28 PST, Chris Dumez
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-01-09 07:22:43 PST
Scaled cursor support is protected by ENABLE_MOUSE_CURSOR_SCALE flag. However, turning it on is not sufficient to support scaled cursors in WebKit2 because the WebCore::Cursor's scale is not serialized in WK2 IPC.
Comment 1 Chris Dumez 2013-01-09 07:28:43 PST
Created attachment 181922 [details]
Patch
Comment 2 Chris Dumez 2013-01-09 07:54:21 PST
The UI process side may not need it actually. I'll double check and close the bug if that is the case.
Comment 3 Build Bot 2013-01-09 07:55:06 PST
Comment on attachment 181922 [details]
Patch

Attachment 181922 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/15766470
Comment 4 Chris Dumez 2013-01-09 08:57:01 PST
It is not needed on UI side. Sorry for the noise.