Bug 44130

Summary: Allow non-Skia ports to compile with ENABLE(ACCELERATED_2D_CANVAS).
Product: WebKit Reporter: Stephen White <senorblanco>
Component: New BugsAssignee: Stephen White <senorblanco>
Status: RESOLVED FIXED    
Severity: Normal CC: fishd, jamesr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch levin: review+

Description Stephen White 2010-08-17 14:06:36 PDT
Allow non-Skia ports to compile with ENABLE(ACCELERATED_2D_CANVAS).
Comment 1 Stephen White 2010-08-17 14:07:58 PDT
Created attachment 64629 [details]
Patch
Comment 2 James Robinson 2010-08-17 14:15:35 PDT
Seems OK.
Comment 3 David Levin 2010-08-17 15:25:56 PDT
Comment on attachment 64629 [details]
Patch

> Index: WebCore/ChangeLog
> ===================================================================
> --- WebCore/ChangeLog	(revision 65540)
> +++ WebCore/ChangeLog	(working copy)
> @@ -1,3 +1,23 @@
> +2010-08-17  Stephen White  <senorblanco@chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Allow non-Skia ports to compile with ENABLE(ACCELERATED_2D_CANVAS).
> +
> +        No tests; if it compiles, it's good.
> +
> +        * html/canvas/CanvasRenderingContext2D.cpp:
> +        (WebCore::CanvasRenderingContext2D::CanvasRenderingContext2D):
> +        Fix a warning (treated as error).

Fixed the warning that rootView wasn't used.

(It took me a minute to figure out what you were fixing.)
Comment 4 Stephen White 2010-08-17 16:00:44 PDT
Committed r65569: <http://trac.webkit.org/changeset/65569>