[Webkit-unassigned] [Bug 19650] -webkit-gradient slows down scrolling when page has horizontal scrollbar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 20:41:03 PST 2010


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46638|review?                     |review+
               Flag|                            |




--- Comment #17 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-01-14 20:41:02 PST ---
(From update of attachment 46638)
> Index: WebCore/platform/graphics/Generator.h
> ===================================================================

>      virtual void fill(GraphicsContext*, const FloatRect&) = 0;
> +    virtual void adjustParametersForTiledDrawing(IntSize& /* size */, FloatRect& /* srcRect */, TransformationMatrix& /* patternTransform */, FloatPoint& /* phase */) { 

Maybe remove patternTransform and phase from this method if you think they will
never be used. They can easily be added if we find a use.

r=me

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