Bug 114775 - Fix GraphicsLayerCA::recursiveVisibleRectChangeRequiresFlush() to do predictive visible rect expansion
Summary: Fix GraphicsLayerCA::recursiveVisibleRectChangeRequiresFlush() to do predicti...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 16:48 PDT by Simon Fraser (smfr)
Modified: 2013-04-17 17:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch (7.06 KB, patch)
2013-04-17 16:53 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2013-04-17 16:48:31 PDT
Fix GraphicsLayerCA::recursiveVisibleRectChangeRequiresFlush() to do predictive visible rect expansion
Comment 1 Simon Fraser (smfr) 2013-04-17 16:53:25 PDT
Created attachment 198630 [details]
Patch
Comment 2 Tim Horton 2013-04-17 16:56:50 PDT
Comment on attachment 198630 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=198630&action=review

> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:1000
> +    FloatPoint boundsOrigin = m_boundsOrigin;

Is there a reason you're doing this? (the local)
Comment 3 Simon Fraser (smfr) 2013-04-17 17:08:45 PDT
https://trac.webkit.org/r148651