[webkit-reviews] review granted: [Bug 59212] [chromium] Regression: r84631 causes crashes on Chromium GPU canvas tests : [Attachment 90747] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 13:37:36 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Adrienne Walker
<enne at google.com>'s request for review:
Bug 59212: [chromium] Regression: r84631 causes crashes on Chromium GPU canvas
tests
https://bugs.webkit.org/show_bug.cgi?id=59212

Attachment 90747: Patch
https://bugs.webkit.org/attachment.cgi?id=90747&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=90747&action=review

> Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:162
> +    if (GraphicsContext* c = drawingContext())
> +	   c->setSharedGraphicsContext3D(0, 0, IntSize());

Would be nice to use 'context' instead of 'c' as I do above.


More information about the webkit-reviews mailing list