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

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

Issue 2518363003: Refactor InlineBox::calculateBoundaries() (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/line/SVGInlineFlowBox.h
diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
index ba49600bb792276ddd81de93238d16c0d715ffa6..6c9e2a8a1f1a97d86ffa61b9b9d889824a936fff 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
@@ -38,8 +38,6 @@ class SVGInlineFlowBox final : public InlineFlowBox {
LayoutUnit lineTop,
LayoutUnit lineBottom) const override;
- LayoutRect calculateBoundaries() const override;
-
private:
LayoutUnit m_logicalHeight;
};

Powered by Google App Engine
This is Rietveld 408576698