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

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

Issue 2575423003: Fix geometry mapping issues for float under inline (Closed)
Patch Set: SVG floating Created 3 years, 11 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: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
index 56077911c32eb11a9541fa67692d6225dceb0477..9ac0a9d12449eff23edb5bbe9a4125a6394eaa1c 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
@@ -74,6 +74,7 @@ class LayoutSVGBlock : public LayoutBlockFlow {
void absoluteRects(Vector<IntRect>&,
const LayoutPoint& accumulatedOffset) const final;
+ void updateFromStyle() final;
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final;
bool nodeAtPoint(HitTestResult&,

Powered by Google App Engine
This is Rietveld 408576698