[Webkit-unassigned] [Bug 45087] [chromium] Disable subpixel rendering in Linux when GPU compositor is active

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 14:59:02 PDT 2010


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





--- Comment #8 from James Robinson <jamesr at chromium.org>  2010-09-09 14:59:02 PST ---
(From update of attachment 66427)
View in context: https://bugs.webkit.org/attachment.cgi?id=66427&action=prettypatch

> WebCore/platform/graphics/chromium/FontLinux.cpp:68
> -static void adjustTextRenderMode(SkPaint* paint, bool isCanvasMultiLayered)
> +static void adjustTextRenderMode(SkPaint* paint, GraphicsContext* gc)
I think it would be a marginal improvement if this took a PlatformContextSkia* instead of a GraphicsContext*.  This function is only concerned with Skia-specific state, not general WebCore::GraphicsContext stuff.

> WebCore/platform/graphics/skia/ImageBufferSkia.cpp:70
> +#if OS(WINDOWS) || OS(LINUX)
Unnecessary.  OS(WINDOWS) || OS(LINUX) === skia and this is a skia-only file.

> WebCore/platform/graphics/skia/PlatformContextSkia.cpp:207
> +#if OS(LINUX) || OS(WINDOWS)
remove

> WebCore/platform/graphics/skia/PlatformContextSkia.cpp:233
> +#if OS(LINUX) || OS(WINDOWS)
remove

> WebCore/platform/graphics/skia/PlatformContextSkia.h:81
> +#if OS(LINUX) || OS(WINDOWS)
remove

> WebCore/platform/graphics/skia/PlatformContextSkia.h:225
> +#if OS(WINDOWS) || OS(LINUX)
remove

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