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

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

Issue 921633007: Move the SVG container code from rendering/svg to layout/svg. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/layout/svg/LayoutSVGContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGContainer.h
diff --git a/Source/core/layout/svg/LayoutSVGContainer.h b/Source/core/layout/svg/LayoutSVGContainer.h
index aa9f0e894f3be9049fa8166fcd8825e3bf0e940d..26f41d4b2e07e7efd8fa7b9d7accc5049f6d7b24 100644
--- a/Source/core/layout/svg/LayoutSVGContainer.h
+++ b/Source/core/layout/svg/LayoutSVGContainer.h
@@ -68,10 +68,10 @@ protected:
virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) override;
- // Allow RenderSVGTransformableContainer to hook in at the right time in layout().
+ // Allow LayoutSVGTransformableContainer to hook in at the right time in layout().
virtual bool calculateLocalTransform() { return false; }
- // Allow RenderSVGViewportContainer to hook in at the right times in layout() and nodeAtFloatPoint().
+ // Allow LayoutSVGViewportContainer to hook in at the right times in layout() and nodeAtFloatPoint().
virtual void calcViewport() { }
virtual bool pointIsInsideViewportClip(const FloatPoint& /*pointInParent*/) { return true; }
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/layout/svg/LayoutSVGContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698