[Webkit-unassigned] [Bug 90755] Remove down-casting to BitmapImage in GraphicsContext::drawImage.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 22 15:49:53 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90755
Nico Weber <thakis at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thakis at chromium.org
--- Comment #5 from Nico Weber <thakis at chromium.org> 2012-10-22 15:50:55 PST ---
How does this patch work? Before this patch, BitmapImage::draw would be called from GraphicsContext.cpp, which had an implementation that honored the image orientation in ImageCG.cpp (BitmapImage::draw()).
Now GraphicsContext calls Image::draw() on all platforms, which always throws away the orientation parameter. How does this patch not break image orientation on mac?
--
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