Index: third_party/WebKit/Source/core/editing/Editor.h |
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h |
index 03ec6ed68c5ac784424fe70a0d4f645ebfa31208..9cae6e9bd54aea620e3c1c893c92f6c77d417c27 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.h |
+++ b/third_party/WebKit/Source/core/editing/Editor.h |
@@ -217,8 +217,8 @@ public: |
void computeAndSetTypingStyle(StylePropertySet*, InputEvent::InputType); |
+ // |firstRectForRange| requires up-to-date layout. |
IntRect firstRectForRange(const EphemeralRange&) const; |
- IntRect firstRectForRange(const Range*) const; |
void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions); |