[webkit-reviews] review granted: [Bug 99385] Fix GraphicsLayer visible rect computation when scrolling in WebKit1 : [Attachment 168826] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 18:07:28 PDT 2012


Dean Jackson <dino at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 99385: Fix GraphicsLayer visible rect computation when scrolling in WebKit1
https://bugs.webkit.org/show_bug.cgi?id=99385

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

------- Additional Comments from Dean Jackson <dino at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=168826&action=review


> Source/WebCore/rendering/RenderLayerCompositor.cpp:300
> +	       IntRect exposedRect = m_clipLayer ? IntRect(IntPoint(),
frameView->contentsSize()) : frameView->visibleContentRect();
> +	       rootLayer->flushCompositingState(exposedRect);

Do you really need the variable?


More information about the webkit-reviews mailing list