[Webkit-unassigned] [Bug 40045] [Chromium] Linux: progress bar for <progress> has visual artifacts

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


https://bugs.webkit.org/show_bug.cgi?id=40045


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57635|review?                     |review-
               Flag|                            |




--- Comment #3 from Kent Tamura <tkent at chromium.org>  2010-06-02 18:44:22 PST ---
(From update of attachment 57635)
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(...)

-- 
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