| Index: third_party/WebKit/Source/core/editing/VisibleUnits.h
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleUnits.h b/third_party/WebKit/Source/core/editing/VisibleUnits.h
|
| index 94f36c29da8d1993160623e5e32e4e87463679cb..9afd6fb56939088b9bb72e44c984727fca36605e 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
|
| @@ -74,6 +74,8 @@ struct InlineBoxPosition {
|
| // "core/editing/VisibleUnitsTest.cpp".
|
| std::ostream& operator<<(std::ostream&, const InlineBoxPosition&);
|
|
|
| +CORE_EXPORT LayoutObject* associatedLayoutObjectOf(const Node&, int offsetInNode);
|
| +
|
| // offset functions on Node
|
| CORE_EXPORT int caretMinOffset(const Node*);
|
| CORE_EXPORT int caretMaxOffset(const Node*);
|
|
|