[webkit-reviews] review denied: [Bug 40045] [Chromium] Linux: progress bar for <progress> has visual artifacts : [Attachment 57635] patch v0; this one depends on 37310

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 18:44:21 PDT 2010


Kent Tamura <tkent at chromium.org> has denied MORITA Hajime
<morrita at google.com>'s request for review:
Bug 40045: [Chromium] Linux: progress bar for <progress> has visual artifacts
https://bugs.webkit.org/show_bug.cgi?id=40045

Attachment 57635: patch v0; this one depends on 37310
https://bugs.webkit.org/attachment.cgi?id=57635&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
WebCore/ChangeLog:5
 +	    [Chromium] Linux: progress bar for <progress> has visual artifacts
I think the main content of this change is to add image-resampling-hint to
PlatformContextSkia.

WebCore/platform/graphics/skia/PlatformContextSkia.cpp:598
 +  void PlatformContextSkia::imageResamplingHint(WebCore::IntSize* srcSize,
WebCore::FloatSize* dstSize) const
This type of getter should have a verb in the method name.  e.g. 
getImageResamplingHint(...)


More information about the webkit-reviews mailing list