[webkit-reviews] review requested: [Bug 72327] WebGLRenderingContext: Remove duplicate DrawingBuffer binding code : [Attachment 115081] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 18:43:26 PST 2011


Jeff Timanus <twiz at chromium.org> has asked  for review:
Bug 72327: WebGLRenderingContext: Remove duplicate DrawingBuffer binding code
https://bugs.webkit.org/show_bug.cgi?id=72327

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

------- Additional Comments from Jeff Timanus <twiz at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=115081&action=review


> Source/WebCore/html/canvas/WebGLRenderingContext.cpp:1236
> +	   ScopedDrawingBufferBinder(m_drawingBuffer, m_framebufferBinding);

Yikes!	There was a missing { } pair here that wasn't caught in my earlier
submit.  Fixing here.


More information about the webkit-reviews mailing list