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 3dc3a64a90423e9e26b9ff7f8c21561d2e9a85ae..7c7cbdbbe98e83ea4a9a7e6ed76271fddb8bdcc2 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
@@ -269,6 +269,11 @@ public: |
return m_layoutObject->isSVGInlineText(); |
} |
+ bool isSVGText() const |
+ { |
+ return m_layoutObject->isSVGText(); |
+ } |
+ |
bool isSVGTextPath() const |
{ |
return m_layoutObject->isSVGTextPath(); |