Remove RenderLayerFilterInfo::m_dirtySourceRect
m_dirtySourceRect is duplicating the paint invalidation logic by storing the exact same information. On top of that, FilterEffectRendererHelper::prepareFilterEffect already gets the invalidation rect from |dirtyRect|. This change is covered by css3/filters/filter-repaint-*.html that were added with m_dirtySourceRect in https://bugs.webkit.org/show_bug.cgi?id=80323. Review URL: https://codereview.chromium.org/453033005 git-svn-id: svn://svn.chromium.org/blink/trunk@180107 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment