[Webkit-unassigned] [Bug 35087] New port: EFL; adding files to WebCore/*/efl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 12:49:27 PST 2010


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





--- Comment #42 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-02-25 12:49:26 PST ---
(From update of attachment 49521)

> +IntSize dragImageSize(DragImageRef)
> +{
> +    return IntSize(0, 0);
> +}
> +
> +void deleteDragImage(DragImageRef)
> +{
> +}
> +
> +DragImageRef scaleDragImage(DragImageRef image, FloatSize)
> +{
> +    return image;
> +}
> +
> +DragImageRef dissolveDragImageToFraction(DragImageRef image, float)
> +{
> +    return image;
> +}
> +

Shouldn't you add notImplemented to these?

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