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

Unified Diff: Source/core/rendering/svg/RenderSVGRect.h

Issue 355813004: [SVG2] Elements that don't render shouldn't contribute to ancestor bboxes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: Source/core/rendering/svg/RenderSVGRect.h
diff --git a/Source/core/rendering/svg/RenderSVGRect.h b/Source/core/rendering/svg/RenderSVGRect.h
index 7ae3962575545e9faab11d983deee5fc134991c9..870113083f19d22d2d5d376c8b1a6435d96cdd92 100644
--- a/Source/core/rendering/svg/RenderSVGRect.h
+++ b/Source/core/rendering/svg/RenderSVGRect.h
@@ -47,6 +47,7 @@ private:
virtual void strokeShape(GraphicsContext*) const OVERRIDE;
virtual bool shapeDependentStrokeContains(const FloatPoint&) OVERRIDE;
virtual bool shapeDependentFillContains(const FloatPoint&, const WindRule) const OVERRIDE;
+ virtual bool isRenderingDisabled() const OVERRIDE;
private:
FloatRect m_innerStrokeRect;

Powered by Google App Engine
This is Rietveld 408576698