DescriptionReplace FilterEffect::maxEffectRect() with absoluteBounds()
This removes maxEffectRect(), determineMaximumEffectRect() and the
associated state (m_maxEffectRect) from FilterEffect. The replacement is
the new method absoluteBounds() that computes bounds for the node in
question using the filter primitive (sub)region and the filter region.
This should match what determineMaximumEffectRect() was computing for
use from SVGFilterPainter.
BUG=642035
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Committed: https://crrev.com/61354a46c5d80d8d8450ef06599d7b41f617e35b
Cr-Commit-Position: refs/heads/master@{#417530}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Add comment #Messages
Total messages: 19 (12 generated)
|