Chromium Code Reviews| 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..95c68bc4e4a9ee44f2cf3f147759f7f6f2f0d711 100644 |
| --- a/third_party/WebKit/Source/core/editing/VisibleUnits.h |
| +++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h |
| @@ -75,6 +75,7 @@ struct InlineBoxPosition { |
| std::ostream& operator<<(std::ostream&, const InlineBoxPosition&); |
| // offset functions on Node |
| +CORE_EXPORT LayoutObject* associatedLayoutObjectOf(const Node&, int offsetInNode); |
|
tkent
2016/01/29 00:56:09
Is this |offset functions on Node|?
yosin_UTC9
2016/01/29 03:45:12
Done.
|
| CORE_EXPORT int caretMinOffset(const Node*); |
| CORE_EXPORT int caretMaxOffset(const Node*); |