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

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

Issue 220853002: SVG does not respect overflow:visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 8 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/RenderSVGRoot.h
diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h
index 6e1fc8187b25bff9dbfee8f8d224d54b3f30d3b8..e407d8b5838516602eddbc30cf399928e4e2910c 100644
--- a/Source/core/rendering/svg/RenderSVGRoot.h
+++ b/Source/core/rendering/svg/RenderSVGRoot.h
@@ -110,6 +110,7 @@ private:
virtual bool canBeSelectionLeaf() const OVERRIDE { return false; }
virtual bool canHaveChildren() const OVERRIDE { return true; }
+ bool applyViewportClip() const;
void updateCachedBoundaries();
void buildLocalToBorderBoxTransform();

Powered by Google App Engine
This is Rietveld 408576698