diff options
author | John Reck <jreck@google.com> | 2012-05-29 20:41:06 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2012-05-29 20:44:15 -0700 |
commit | d3bac753aa885a5dd91c4e608cc6c770d3d80daf (patch) | |
tree | 418eedd3ae784bb6e86a028365667595768605f8 /Source/WebKit.pro | |
parent | 86ba073431c8ddf2e9d1f2d5d4f89157dd32ec33 (diff) | |
download | external_webkit-d3bac753aa885a5dd91c4e608cc6c770d3d80daf.zip external_webkit-d3bac753aa885a5dd91c4e608cc6c770d3d80daf.tar.gz external_webkit-d3bac753aa885a5dd91c4e608cc6c770d3d80daf.tar.bz2 |
Don't use setupPaintFill for drawBitmap
Bug: 6505013
When drawing a bitmap, don't use setupPaintFill(). The reason is that
setupPaintFill will use the fillColor to influence the alpha set on the
SkPaint. However, that fillColor does not apply to the bitmap, and can
have the result of applying the wrong alpha (as the alpha set is fillColor
alpha * graphicsContext's alpha). Instead, set the alpha on the
paint directly and use setupPaintCommon
Change-Id: Ib8d7ef494593a2896e6e3ed03c00d8d4d4b7232a
Diffstat (limited to 'Source/WebKit.pro')
0 files changed, 0 insertions, 0 deletions