[webkit-reviews] review granted: [Bug 69510] ASSERT(!m_transparencyCount) in GraphicsContext::~GraphicsContext : [Attachment 115181] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 11:14:39 PST 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Sergio Villar Senin
<svillar at igalia.com>'s request for review:
Bug 69510: ASSERT(!m_transparencyCount) in GraphicsContext::~GraphicsContext
https://bugs.webkit.org/show_bug.cgi?id=69510

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

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


> Source/WebCore/rendering/InlineFlowBox.cpp:1286
> +	   if (pushTransparencyLayer)
> +	       paintInfo.context->endTransparencyLayer();

It would be nice if we had an RAII class for begin/endTransparencyLayer.


More information about the webkit-reviews mailing list