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

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

Issue 2470793002: Revert of Use intersection observer to control frame throttling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 1 month 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 449e9394f0795e1b2bd0d5c1d73d70a817c4cb1e..ab22ca704f8ed34c827c1d5caea4ea34c6851c66 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
@@ -97,10 +97,10 @@
void LayoutSVGBlock::mapAncestorToLocal(const LayoutBoxModelObject* ancestor,
TransformState& transformState,
- MapCoordinatesFlags flags) const {
+ MapCoordinatesFlags) const {
if (this == ancestor)
return;
- SVGLayoutSupport::mapAncestorToLocal(*this, ancestor, transformState, flags);
+ SVGLayoutSupport::mapAncestorToLocal(*this, ancestor, transformState);
}
const LayoutObject* LayoutSVGBlock::pushMappingToContainer(
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698