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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 08:27:46 PST 2010


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





--- Comment #6 from Martin Robinson <mrobinson at webkit.org>  2010-11-16 08:27:46 PST ---
(In reply to comment #3)
> This is not a new method:
> ./WebCore/platform/graphics/gtk/ImageBufferGtk.cpp:    PlatformRefPtr<GdkPixbuf> pixbuf = cairoImageSurfaceToGdkPixbuf(m_data.m_surface);
> ./WebCore/platform/graphics/gtk/GdkCairoUtilities.cpp:GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface)
> ./WebCore/platform/graphics/gtk/ImageGtk.cpp:    return cairoImageSurfaceToGdkPixbuf(frameAtIndex(currentFrame()));

Right. I was just a little confused that because it didn't remove the old implementation of the method. :)

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