Bug 24657

Summary: Chromium fails SVG image-small-width-height layout test
Product: WebKit Reporter: Glen Murphy <glen>
Component: SVGAssignee: Glen Murphy <glen>
Status: RESOLVED FIXED    
Severity: Normal CC: brettw
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
ImageSkia.cpp change fishd: review+

Description Glen Murphy 2009-03-17 16:13:30 PDT
Skia fails to render the SVG image-small-width-height layout test correctly because we perform an unnecessary IntRect conversion when calling paintSkBitmap in ImageSkia.cpp.
Comment 1 Glen Murphy 2009-03-17 16:16:31 PDT
Created attachment 28707 [details]
ImageSkia.cpp change

Updates ImageSkia.cpp to stop the unnecessary conversion to IntRect in our calls to paintSkBitmap.
Comment 2 Darin Fisher (:fishd, Google) 2009-03-23 11:35:15 PDT
Looks good to me, but I'm not expert on this code.  It would be good to get a "LGTM" from Brett.
Comment 3 Darin Fisher (:fishd, Google) 2009-03-23 11:44:49 PDT
Comment on attachment 28707 [details]
ImageSkia.cpp change

Brett gave verbal LGTM.  r=me

Next time, please be sure to include a link to this bug in the ChangeLog entry.  Thanks!
Comment 4 Darin Fisher (:fishd, Google) 2009-03-23 11:54:46 PDT
Landed as:  http://trac.webkit.org/changeset/41913