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

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

Issue 1158323005: Include 'outline' in LayoutSVGBlock::visualOverflowRect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move fix to layout-side. Created 5 years, 6 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 | « no previous file | Source/core/layout/svg/LayoutSVGBlock.cpp » ('j') | Source/core/layout/svg/LayoutSVGText.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGBlock.h
diff --git a/Source/core/layout/svg/LayoutSVGBlock.h b/Source/core/layout/svg/LayoutSVGBlock.h
index 23cb79acfa5d9d31d6f02f6ece0eb1216675215f..4022b2b01d8d2bf03ee4781f35eba7bc9ee2ce56 100644
--- a/Source/core/layout/svg/LayoutSVGBlock.h
+++ b/Source/core/layout/svg/LayoutSVGBlock.h
@@ -30,8 +30,6 @@ class LayoutSVGBlock : public LayoutBlockFlow {
public:
explicit LayoutSVGBlock(SVGElement*);
- virtual LayoutRect visualOverflowRect() const override final;
-
virtual LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const override final;
virtual void mapLocalToContainer(const LayoutBoxModelObject* paintInvalidationContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0, const PaintInvalidationState* = 0) const override final;
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGBlock.cpp » ('j') | Source/core/layout/svg/LayoutSVGText.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698