[webkit-reviews] review granted: [Bug 103082] [Chromium] Shared graphics context should only pushGroupMarker() once : [Attachment 175691] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 21:43:18 PST 2012


James Robinson <jamesr at chromium.org> has granted Stephen White
<senorblanco at chromium.org>'s request for review:
Bug 103082: [Chromium] Shared graphics context should only pushGroupMarker()
once
https://bugs.webkit.org/show_bug.cgi?id=103082

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=175691&action=review


> Source/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.cpp:56
> +	      
m_context->getExtensions()->pushGroupMarkerEXT("AcceleratedCanvasContext");

this is a bit misleading (although it was in ImageBufferSkia.cpp as well) since
this context is used for things other than canvas.


More information about the webkit-reviews mailing list