[Webkit-unassigned] [Bug 42220] [chromium] Subpixel rendering always disabled on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 14:22:47 PDT 2010


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





--- Comment #9 from Evan Martin <evan at chromium.org>  2010-07-16 14:22:47 PST ---
+        (I believe that Chromium is always initializing this before using
+        it, but it scares me all the same.)
[...]
-static bool isSkiaAntiAlias = true, isSkiaSubpixelGlyphs;
+static bool isSkiaAntiAlias = true;
+static bool isSkiaSubpixelGlyphs = false;

Yes, "static"s are always initialized to false.  You might consider changing your changelog to not include "believe" in it.  I think the change is still ok for clarity purposes though.

+            out->useSubpixel = 2;

Is there not some enum that we should be using?

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