[Webkit-unassigned] [Bug 42622] Lazy cursor creation should be guarded by #if USE(LAZY_NATIVE_CURSOR) in WebKit2

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


https://bugs.webkit.org/show_bug.cgi?id=42622


Antonio Gomes <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #62043|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Antonio Gomes <tonikitoo at webkit.org>  2010-07-22 07:11:55 PST ---
(From update of attachment 62043)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list