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

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

Issue 2524113002: Fix SVG vertical text layout issues (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 147b841cb619f7ac2184196dbbe63d97a5360b2e..40db9ee93f5ba2ed3d1bbf9b60e55d44280cb829 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
@@ -55,10 +55,9 @@ class SVGRootInlineBox final : public RootInlineBox {
private:
void reorderValueLists();
- void layoutChildBoxes(InlineFlowBox*, LayoutRect* = nullptr);
- void layoutRootBox(const LayoutRect&);
+ LayoutRect layoutInlineBoxes(InlineBox&);
+ void adjustInlineBoxesToBlockSpace(InlineBox&);
- private:
LayoutUnit m_logicalHeight;
};

Powered by Google App Engine
This is Rietveld 408576698