RESOLVED FIXED Bug 44130
Allow non-Skia ports to compile with ENABLE(ACCELERATED_2D_CANVAS).
https://bugs.webkit.org/show_bug.cgi?id=44130
Summary Allow non-Skia ports to compile with ENABLE(ACCELERATED_2D_CANVAS).
Stephen White
Reported 2010-08-17 14:06:36 PDT
Allow non-Skia ports to compile with ENABLE(ACCELERATED_2D_CANVAS).
Attachments
Patch (2.83 KB, patch)
2010-08-17 14:07 PDT, Stephen White
levin: review+
Stephen White
Comment 1 2010-08-17 14:07:58 PDT
James Robinson
Comment 2 2010-08-17 14:15:35 PDT
Seems OK.
David Levin
Comment 3 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.)
Stephen White
Comment 4 2010-08-17 16:00:44 PDT
Note You need to log in before you can comment on or make changes to this bug.