Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
index 5ed233ba8efd9b6311e8a33eb6bca838e06d2ad6..adc384babf231791c89fc31f9d912d73cb00e4a7 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
@@ -259,11 +259,21 @@ public: |
return m_layoutObject->isRubyBase(); |
} |
+ bool isSVGInline() const |
+ { |
+ return m_layoutObject->isSVGInline(); |
+ } |
+ |
bool isSVGInlineText() const |
{ |
return m_layoutObject->isSVGInlineText(); |
} |
+ bool isSVGTextPath() const |
+ { |
+ return m_layoutObject->isSVGTextPath(); |
+ } |
+ |
bool isTableCell() const |
{ |
return m_layoutObject->isTableCell(); |