[Webkit-unassigned] [Bug 45423] [Gtk] Port tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 05:58:40 PST 2011


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





--- Comment #48 from Joone Hur <joone at kldp.org>  2011-02-14 05:58:40 PST ---
(In reply to comment #45)
> (From update of attachment 81801 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=81801&action=review
> 
> I agree with Martin. My personal opinion on the matter is that upgrading cairo is not difficult, I think it's safe to assume that any distribution building GTK+3 and WebKitGTK+ 1.3.x is going to have that version available, and since it would make our lives less complex, I like it. FWIW, I've gone out of my way to add cairo_rectangle_int_t support to WebKitClutter even with cairo versions < 1.10 because I didn't want to ask people to upgrade right at that point in time, but the plan is to require 1.10.
> 
> > Source/WebCore/platform/graphics/IntRect.h:53
> >  #endif
> 
> PLATFORM(CAIRO) is windows cairo? I think we should have USE(CAIRO) instead?

No, there is WIN_CAIRO preprocessor definition.
if WIN_CARIO is defined, WTF_PLATFORM_CAIRO is also defined.

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