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

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

Issue 2587623002: Make LayoutSVGViewportContainer's viewport updates an internal detail (Closed)
Patch Set: Fix mistake in setting m_isLayoutSizeChanged Created 4 years 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/LayoutSVGContainer.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
index ed6239207638cd7ecfb5175648c0d9f860707110..14ea841bfb4f8e638d53f6c332c998c02f8a8ec8 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
@@ -52,9 +52,6 @@ void LayoutSVGContainer::layout() {
transformChange == SVGTransformChange::Full ||
SVGLayoutSupport::screenScaleFactorChanged(parent());
- // LayoutSVGViewportContainer needs to set the 'layout size changed' flag.
- determineIfLayoutSizeChanged();
-
// When hasRelativeLengths() is false, no descendants have relative lengths
// (hence no one is interested in viewport size changes).
bool layoutSizeChanged =

Powered by Google App Engine
This is Rietveld 408576698