| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 683424a848048440e1f52be02f05b514a753378a..87dd906004d02246c8c198662d568ae9cb36be74 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1544,7 +1544,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| // to get notified of any image change.
|
| virtual void ImageChanged(WrappedImagePtr, const IntRect* = nullptr) {}
|
|
|
| - void SelectionStartEnd(int& spos, int& epos) const;
|
| + std::pair<int, int> SelectionStartEnd() const;
|
|
|
| void Remove() {
|
| if (Parent())
|
|
|