[Webkit-unassigned] [Bug 59411] [EFL] Change cursor to LAZY_NATIVE_CURSOR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 20:00:23 PDT 2011


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





--- Comment #6 from Ryuan Choi <ryuan.choi at samsung.com>  2011-04-27 20:00:22 PST ---
(In reply to comment #3)
> (From update of attachment 91051 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=91051&action=review
> 
> Looks fine except for the , strangeness.  I think we only do the leading comma for initializer lists.
> 
> > Source/WebCore/platform/efl/CursorEfl.cpp:62
> > +        "cursor/pointer"
> > +        , "cursor/cross"
> 
Thank you. It's my mistake and changed.

> I think we would normally write this "foo", and put a comma after every line.  But I'm not sure.
> 
> > Source/WebCore/platform/efl/CursorEfl.cpp:104
> > +        , ""};
> 
> What's this for?

WebCore::Cursor::Type have Custom, but EFL port doesn't support it yet.
"" at position of Custom will prevent exception.

-- 
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