Index: third_party/WebKit/Source/core/editing/LayoutSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/LayoutSelection.h b/third_party/WebKit/Source/core/editing/LayoutSelection.h |
index ac5b3c0f850950bb54c637deb4ae0a4dd71d3d52..b49f079a950aabb0b1e108ad526ad9326aa35f7f 100644 |
--- a/third_party/WebKit/Source/core/editing/LayoutSelection.h |
+++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h |
@@ -55,7 +55,7 @@ class LayoutSelection final : public GarbageCollected<LayoutSelection> { |
int end_pos, |
SelectionPaintInvalidationMode = kPaintInvalidationNewXOROld); |
void ClearSelection(); |
- void SelectionStartEnd(int& start_pos, int& end_pos); |
+ std::pair<int, int> SelectionStartEnd(); |
void OnDocumentShutdown(); |
DECLARE_TRACE(); |