You won't be able to get text subpixel antialiasing if you do this. It
will require some changes inside our WebKit port to be able to disable
subpixel AA in this case. Extensions wanted something similar, and
they ended up drawing "what would be behind the extension" (i.e. the
toolbar background) below the page so it's always drawing to an opaque
surface to get full rendering fidelity.
Brett
--I've done this, and it works on Linux--though as Brett notes, the text quality won't be as good.
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
-Patrick
Yes.
> By the way, I found the thread that may be related.
> http://code.google.com/p/chromium/issues/detail?id=27806
> It sounds like subpixel rendering does not work if RenderLayer needs to use
> rgba background?
That bug was marked invalid and I don't see it mention RenderLayer, so
I'm not sure if there's anything to be learned from it.
Brett
The rest of the thread discusses layering web page contents with
transparency, but your mention of "window" makes me wonder if you're
talking about top-level window. In that case, transparency is managed
a few layers out -- the transparency information needs to be
communicated to the window manager. I'm sure CrOS already does this
in some places.