Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
index 20171532d622a81739c2d1a3fef2ea049904ef5d..a145ccb7ecb15fee9af43359cef2c300884a8a60 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -253,7 +253,7 @@ class CORE_EXPORT FrameSelection final |
FrameCaret& FrameCaretForTesting() const { return *frame_caret_; } |
- void LayoutSelectionStartEnd(int& start_pos, int& end_pos); |
+ std::pair<int, int> LayoutSelectionStartEnd(); |
void ClearLayoutSelection(); |
DECLARE_TRACE(); |