[Webkit-unassigned] [Bug 49224] [Chromium] Text jitter during 2D CSS transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 15:06:45 PST 2010


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





--- Comment #6 from Kenneth Russell <kbr at google.com>  2010-11-09 15:06:45 PST ---
(From update of attachment 73426)
View in context: https://bugs.webkit.org/attachment.cgi?id=73426&action=review

> WebCore/platform/graphics/chromium/ContentLayerChromium.cpp:-88
> -#if PLATFORM(SKIA)
>          "  gl_FragColor = vec4(texColor.z, texColor.y, texColor.x, texColor.w) * alpha; \n"
> -#elif PLATFORM(CG)
> -        "  gl_FragColor = vec4(texColor.x, texColor.y, texColor.z, texColor.w) * alpha; \n"
> -#else
> -#error "Need to implement for your platform."
> -#endif

Could you also update the comment at the top of this block (not in this review)?

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