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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
index 7f8ace2d837bb6b1718690b66f03e0ad852fef27..42ae1718d8079691b824bdead98ef9d6c4ca5623 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
@@ -91,8 +91,6 @@ class LayoutSVGContainer : public LayoutSVGModelObject {
// Called during layout to update the local transform.
virtual SVGTransformChange calculateLocalTransform();
- virtual void determineIfLayoutSizeChanged() {}
-
void updateCachedBoundaries();
void descendantIsolationRequirementsChanged(DescendantIsolationState) final;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698