NEW 92579
When computing filter extent, ignore visibility:hidden descendants
https://bugs.webkit.org/show_bug.cgi?id=92579
Summary When computing filter extent, ignore visibility:hidden descendants
Simon Fraser (smfr)
Reported 2012-07-28 10:54:40 PDT
Spawned from bug 92569; when the code that calls calculateLayerBounds should probably pass ExcludeHiddenDescendants. calculateLayerBounds should probably also pass 'flags' straight down through the recursive calls.
Attachments
Simon Fraser (smfr)
Comment 1 2012-07-28 10:58:19 PDT
These flags seem unused: IncludeSelfTransform = 1 << 0, UseLocalClipRectIfPossible = 1 << 1, IncludeLayerFilterOutsets = 1 << 2,
Note You need to log in before you can comment on or make changes to this bug.