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

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

Issue 2573653003: Remove LayoutSVGViewportContainer's calcViewport and pointIsInsideViewportClip (Closed)
Patch Set: Actually revert SVGSVGElement changes 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 6b0ae7e0870c7b93808ddd3235e4d309bd79a7b8..7f8ace2d837bb6b1718690b66f03e0ad852fef27 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
@@ -88,17 +88,9 @@ class LayoutSVGContainer : public LayoutSVGModelObject {
const FloatPoint& pointInParent,
HitTestAction) override;
- // Allow LayoutSVGTransformableContainer to hook in at the right time in
- // layout().
+ // Called during layout to update the local transform.
virtual SVGTransformChange calculateLocalTransform();
- // Allow LayoutSVGViewportContainer to hook in at the right times in layout()
- // and nodeAtFloatPoint().
- virtual void calcViewport() {}
- virtual bool pointIsInsideViewportClip(const FloatPoint& /*pointInParent*/) {
- return true;
- }
-
virtual void determineIfLayoutSizeChanged() {}
void updateCachedBoundaries();
« 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