RESOLVED FIXED 42622
Lazy cursor creation should be guarded by #if USE(LAZY_NATIVE_CURSOR) in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=42622
Summary Lazy cursor creation should be guarded by #if USE(LAZY_NATIVE_CURSOR) in WebKit2
Balazs Kelemen
Reported 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.
Attachments
proposed patch (2.53 KB, patch)
2010-07-20 02:05 PDT, Balazs Kelemen
no flags
Balazs Kelemen
Comment 1 2010-07-20 02:05:48 PDT
Created attachment 62043 [details] proposed patch
Antonio Gomes
Comment 2 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.
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2010-07-22 08:04:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.