Index: third_party/WebKit/public/web/WebWidget.h |
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h |
index ea39de5e295f321a07f4d1e977c6bf252fd005b4..10213412929a746adc00bccf44a6906210a68c63 100644 |
--- a/third_party/WebKit/public/web/WebWidget.h |
+++ b/third_party/WebKit/public/web/WebWidget.h |
@@ -250,8 +250,8 @@ public: |
// composition. |
virtual bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) { return false; } |
- // Applies the range from |start| to |start + length| on the foucsed frame so that the text will later be replaced. |
- virtual void applyReplacementRange(int start, int length) {} |
+ // Applies the range on the focused frame so that the text will later be replaced. |
+ virtual void applyReplacementRange(const WebRange&) {} |
protected: |
~WebWidget() { } |