Summary: | Lazy cursor creation should be guarded by #if USE(LAZY_NATIVE_CURSOR) in WebKit2 | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Balazs Kelemen <kbalazs> | ||||
Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abecsi, andersca, aroben, commit-queue, kenneth, sam | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Balazs Kelemen
2010-07-20 02:00:08 PDT
Created attachment 62043 [details]
proposed patch
Comment on attachment 62043 [details]
proposed patch
Looks sane to me since only Mac and Win platforms define that on WebCore.
...
#if PLATFORM(WIN) || PLATFORM(MAC)
#define WTF_USE_LAZY_NATIVE_CURSOR 1
#endif
...
Please if you are planning on doing the real lazy cursor implementation as a follow up, paste the bug# here for reference.
Comment on attachment 62043 [details] proposed patch Clearing flags on attachment: 62043 Committed r63893: <http://trac.webkit.org/changeset/63893> All reviewed patches have been landed. Closing bug. |