Comment #3 on issue 26080 by [email protected]: Blurry text in gmail
compose window
http://code.google.com/p/chromium/issues/detail?id=26080
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=30498
------------------------------------------------------------------------
r30498 | [email protected] | 2009-10-29 12:58:43 -0700 (Thu, 29 Oct 2009)
| 20 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser.cc?r1=30498&r2=30497
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/plugin/webplugin_proxy.cc?r1=30498&r2=30497
Fix transparent windowless plugin background painting. This would manifest
itself as incorrect ClearType edges.
The problem was that we were taking into account the translation from the
page
coordinate system when blitting the background, but this had already been
accounted for in the transformation matrix, resulting in duplicate
transformations.
The fix simplifies the code by not tranlating into the page coordinate
system
until later, staying in the plugin coordinate system which is more
convenient.
This means that the background (which is the same size as the buffer) can
just
be painted at (0,0) with no fuss and no muss. We don't even need to worry
about
how much we paint since the clip was already installed.
This also corrects some indenting in browser.cc that I noticed.
TEST="Attach a file" text in Gmail compose looks weird (sometimes requires
selecting it to make this happen).
BUG=26080
Review URL: http://codereview.chromium.org/343040
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---