[webkit-reviews] review granted: [Bug 42622] Lazy cursor creation should be guarded by #if USE(LAZY_NATIVE_CURSOR) in WebKit2 : [Attachment 62043] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 07:11:55 PDT 2010


Antonio Gomes <tonikitoo at webkit.org> has granted Balazs Kelemen
<kb at inf.u-szeged.hu>'s request for review:
Bug 42622: Lazy cursor creation should be guarded by #if
USE(LAZY_NATIVE_CURSOR) in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=42622

Attachment 62043: proposed patch
https://bugs.webkit.org/attachment.cgi?id=62043&action=review

------- Additional Comments from Antonio Gomes <tonikitoo at webkit.org>
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.


More information about the webkit-reviews mailing list