[webkit-reviews] review granted: [Bug 47016] [chromium] GPU compositor cannot handle large layers : [Attachment 70407] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 11 13:08:19 PDT 2010


James Robinson <jamesr at chromium.org> has granted Adrienne Walker
<enne at google.com>'s request for review:
Bug 47016: [chromium] GPU compositor cannot handle large layers
https://bugs.webkit.org/show_bug.cgi?id=47016

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

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

R=me

> WebCore/platform/graphics/chromium/ContentLayerChromium.cpp:130
> +    , m_allocatedTextureSize(0, 0)
> +    , m_skipsDraw(false)
> +    , m_largeLayerDrawRect(0, 0, 0, 0)
> +    , m_largeLayerDirtyRect(0, 0, 0, 0)

nit: IntSize and IntRect zero-initialize by default.


More information about the webkit-reviews mailing list