Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp |
| index 1d87a97520bda31e3004c75d263ef9eaf8c40b50..8f66232194937e5e55301a023cb9d891e77baa74 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp |
| @@ -150,6 +150,7 @@ void LayoutSVGInline::removeChild(LayoutObject* child) |
| void LayoutSVGInline::invalidateTreeIfNeeded(PaintInvalidationState& paintInvalidationState) |
| { |
| + ASSERT(!RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled()); |
|
chrishtr
2016/03/11 21:30:00
Why?
Xianzhu
2016/03/11 22:01:47
Now we walk the tree in PrePaintTreeWalk in place
|
| ASSERT(!needsLayout()); |
| if (!shouldCheckForPaintInvalidation(paintInvalidationState)) |