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

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

Issue 2531943002: Unify HTML and SVG coordinates of LayoutSVGText (Closed)
Patch Set: - 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/SVGRootInlineBox.h
diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
index 40db9ee93f5ba2ed3d1bbf9b60e55d44280cb829..1f4c65fb94baa94540b5db78ea4c5b498c3bf6c6 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
@@ -56,7 +56,6 @@ class SVGRootInlineBox final : public RootInlineBox {
private:
void reorderValueLists();
LayoutRect layoutInlineBoxes(InlineBox&);
- void adjustInlineBoxesToBlockSpace(InlineBox&);
LayoutUnit m_logicalHeight;
};

Powered by Google App Engine
This is Rietveld 408576698