Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp

Issue 1833493003: Remove ForceHorriblySlowRectMapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pi
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
index 0414f44dfa3cabf2b575976d1a49b9c8e7dc3c18..54ec41a09c0728256da64d464d52eba5c343a07f 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
@@ -115,14 +115,4 @@ bool LayoutSVGBlock::nodeAtPoint(HitTestResult&, const HitTestLocation&, const L
return false;
}
-void LayoutSVGBlock::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState)
-{
- if (!shouldCheckForPaintInvalidation(paintInvalidationState))
- return;
-
- // TODO(wangxianzhu): Move this to fast path if possible. crbug.com/391054.
- ForceHorriblySlowRectMapping slowRectMapping(&paintInvalidationState);
- LayoutBlockFlow::invalidateTreeIfNeeded(paintInvalidationState);
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698