[webkit-reviews] review granted: [Bug 52918] DrawingAreaProxyImpl::paint should return the unpainted region : [Attachment 79789] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 14:06:23 PST 2011


mitz at webkit.org has granted Anders Carlsson <andersca at apple.com>'s request for
review:
Bug 52918: DrawingAreaProxyImpl::paint should return the unpainted region
https://bugs.webkit.org/show_bug.cgi?id=52918

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

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=79789&action=review

> Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:65
> +    unpaintedRegion.subtract(IntRect(0, 0, m_backingStore->size().width(),
m_backingStore->size().height()));

This is better written as IntRect(IntPoint(), m_backingStore.size())


More information about the webkit-reviews mailing list