[webkit-reviews] review requested: [Bug 107618] Do not paint outline into the scrolling contents layer : [Attachment 184533] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 11:06:06 PST 2013


vollick at chromium.org has asked	for review:
Bug 107618: Do not paint outline into the scrolling contents layer
https://bugs.webkit.org/show_bug.cgi?id=107618

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

------- Additional Comments from vollick at chromium.org
(In reply to comment #2)
  > What about borders?

Borders appear to be drawn in the background phase. The scrolling contents
layer
didn't seem to pick those up since it painted other phases, the
RenderLayerBacking's graphicsLayer() ended up painting these. With this change,
that layer would get the outlines and focus rects, too.


More information about the webkit-reviews mailing list