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 f5733a90c9863dfec5e3a37dc65adebf98e7e5c1..4792390097ca5e05e5d8d978712759a65530c2e3 100644 |
--- a/third_party/WebKit/public/web/WebWidget.h |
+++ b/third_party/WebKit/public/web/WebWidget.h |
@@ -145,15 +145,6 @@ class WebWidget { |
// "marked range." |
virtual WebRange compositionRange() { return WebRange(); } |
- // Returns information about the current text input of this WebWidget. |
- // Note that this query can be expensive for long fields, as it returns the |
- // plain-text representation of the current editable element. Consider using |
- // the lighter-weight textInputType() when appropriate. |
- virtual WebTextInputInfo textInputInfo() { return WebTextInputInfo(); } |
- |
- // Returns the type of current text input of this WebWidget. |
- virtual WebTextInputType textInputType() { return WebTextInputTypeNone; } |
- |
// Returns the anchor and focus bounds of the current selection. |
// If the selection range is empty, it returns the caret bounds. |
virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { |