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

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

Issue 2272773002: Use intersection observer to control frame throttling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase typo Created 4 years, 2 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/LayoutSVGModelObject.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
index dd9718f56c341bcf7a93081e0ac3a5b3ff68653a..6075bbed2b3a45cf289ddec826e0b2e44b4e96ad 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
@@ -66,8 +66,8 @@ LayoutRect LayoutSVGModelObject::absoluteClippedOverflowRect() const {
void LayoutSVGModelObject::mapAncestorToLocal(
const LayoutBoxModelObject* ancestor,
TransformState& transformState,
- MapCoordinatesFlags) const {
- SVGLayoutSupport::mapAncestorToLocal(*this, ancestor, transformState);
+ MapCoordinatesFlags flags) const {
+ SVGLayoutSupport::mapAncestorToLocal(*this, ancestor, transformState, flags);
}
const LayoutObject* LayoutSVGModelObject::pushMappingToContainer(

Powered by Google App Engine
This is Rietveld 408576698