[Webkit-unassigned] [Bug 49532] [GTK] Use gdk_pixbuf_get_from_surface() when available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 15 10:40:28 PST 2010


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


Martin Robinson <mrobinson at webkit.org> changed:

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




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2010-11-15 10:40:28 PST ---
(From update of attachment 73885)
View in context: https://bugs.webkit.org/attachment.cgi?id=73885&action=review

> WebCore/platform/graphics/gtk/GdkCairoUtilities.cpp:37
> +#ifndef GTK_API_VERSION_2
> +GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface)
> +{
> +    return gdk_pixbuf_get_from_surface(surface, 0, 0,
> +                                       cairo_image_surface_get_width(surface),
> +                                       cairo_image_surface_get_height(surface));

Is this new method used anywhere? Ideally a code change like this should be accompanied by a corresponding change in functionality somewhere. If there is some hidden functionality change it should be outlined in the ChangeLog.

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