Index: Source/core/editing/VisibleUnits.h |
diff --git a/Source/core/editing/VisibleUnits.h b/Source/core/editing/VisibleUnits.h |
index 90ed23df55d4852aa7143e6e055300024582afc4..fbc4a0b4bd88f20c96f9d66e3de6936213a5e57e 100644 |
--- a/Source/core/editing/VisibleUnits.h |
+++ b/Source/core/editing/VisibleUnits.h |
@@ -152,7 +152,8 @@ CORE_EXPORT InlineBoxPosition computeInlineBoxPosition(const PositionInComposedT |
CORE_EXPORT InlineBoxPosition computeInlineBoxPosition(const VisiblePosition&); |
// Rect is local to the returned layoutObject |
-LayoutRect localCaretRectOfPosition(const PositionWithAffinity&, LayoutObject*&); |
+CORE_EXPORT LayoutRect localCaretRectOfPosition(const PositionWithAffinity&, LayoutObject*&); |
+CORE_EXPORT LayoutRect localCaretRectOfPosition(const PositionInComposedTreeWithAffinity&, LayoutObject*&); |
bool hasRenderedNonAnonymousDescendantsWithHeight(LayoutObject*); |
// Returns a hit-tested VisiblePosition for the given point in contents-space |