[Webkit-unassigned] [Bug 44184] CanvasStyle method naming cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 18 10:21:34 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #2 from Darin Adler <darin at apple.com>  2010-08-18 10:21:34 PST ---
(From update of attachment 64722)
> +        static PassRefPtr<CanvasStyle> createFromGradient(PassRefPtr<CanvasGradient> gradient);
> +        static PassRefPtr<CanvasStyle> createFromPattern(PassRefPtr<CanvasPattern> pattern);

No need for argument names in these two functions, since the type already expresses the name of the argument.

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