Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h

Issue 2000763003: Check subtree paint invalidation when overflow clip status changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
index 85ce05426c88c22ebdd9fd3759305c86cb6449b7..7fe97ece9a17ecee6063b30716ec80dbb2a82873 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
@@ -52,8 +52,6 @@ public:
private:
InlineFlowBox* createInlineFlowBox() final;
- void invalidateTreeIfNeeded(const PaintInvalidationState&) final;
-
void willBeDestroyed() final;
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final;

Powered by Google App Engine