Bug 42622

Summary: Lazy cursor creation should be guarded by #if USE(LAZY_NATIVE_CURSOR) in WebKit2
Product: WebKit Reporter: Balazs Kelemen <kbalazs>
Component: PlatformAssignee: 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 Flags
proposed patch none

Description Balazs Kelemen 2010-07-20 02:00:08 PDT
It should not be necessary for a webkit2 port to implement this feature. Actually it is not implemented for qt and we would leave it over and going on with the rest of the work.
Comment 1 Balazs Kelemen 2010-07-20 02:05:48 PDT
Created attachment 62043 [details]
proposed patch
Comment 2 Antonio Gomes 2010-07-22 07:11:55 PDT
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 3 WebKit Commit Bot 2010-07-22 08:04:01 PDT
Comment on attachment 62043 [details]
proposed patch

Clearing flags on attachment: 62043

Committed r63893: <http://trac.webkit.org/changeset/63893>
Comment 4 WebKit Commit Bot 2010-07-22 08:04:06 PDT
All reviewed patches have been landed.  Closing bug.