[Webkit-unassigned] [Bug 101883] [TexMap][Cairo] Accelerated compositing debug visuals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 13:51:15 PST 2012


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





--- Comment #3 from Viatcheslav Ostapenko <ostap73 at gmail.com>  2012-11-14 13:53:02 PST ---
(From update of attachment 173539)
View in context: https://bugs.webkit.org/attachment.cgi?id=173539&action=review

> Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:365
> +    cairo_set_source_rgb(cr, 1, 0, 0);

Qt has comment about blue color that it will turn red because R+B are not swapped. 
Will it result blue or red here? If it will result in different color from specified, IMHO, it requires comment here.

> Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedBackingStore.cpp:114
> +    return (String(getenv("WEBKIT_SHOW_COMPOSITING_DEBUG_VISUALS")) == "1");

Should we use EFL prefix as Qt does?

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