[webkit-reviews] review granted: [Bug 101723] [EFL][WK2] Add support for custom cursors : [Attachment 173238] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 02:13:19 PST 2012


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Christophe Dumez
<christophe.dumez at intel.com>'s request for review:
Bug 101723: [EFL][WK2] Add support for custom cursors
https://bugs.webkit.org/show_bug.cgi?id=101723

Attachment 173238: Patch
https://bugs.webkit.org/attachment.cgi?id=173238&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=173238&action=review


> Source/WebCore/platform/graphics/efl/ImageEfl.cpp:70
> +Evas_Object* BitmapImage::getEvasObject(Evas* evas)
> +{
> +    NativeImageCairo* image = nativeImageForCurrentFrame();
> +    return image ? evasObjectFromCairoImageSurface(evas,
image->surface()).leakRef() : 0;
> +}

In Qt this would be called toEvasObject as it does work and not just returns


More information about the webkit-reviews mailing list