[webkit-reviews] review granted: [Bug 70646] Ensure periodic flushing of accelerated canvas drawing context : [Attachment 112020] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 14:23:00 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Matthew Delaney
<mdelaney at apple.com>'s request for review:
Bug 70646: Ensure periodic flushing of accelerated canvas drawing context
https://bugs.webkit.org/show_bug.cgi?id=70646

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

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


> Source/WebCore/platform/graphics/cg/ImageBufferCG.cpp:168
> +    m_context = adoptPtr(new GraphicsContext(cgContext.get()));

Should you set m_data.m_lastFlushTime on context creation?


More information about the webkit-reviews mailing list