Index: third_party/WebKit/Source/core/html/HTMLInputElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
index fd9bea014b8dd76a2f774a768141f477da7d6ecc..a5633c857e556c87c7ba9ec9e72e73f82cc689ae 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
@@ -221,8 +221,6 @@ public: |
bool needsToUpdateViewValue() const { return m_needsToUpdateViewValue; } |
void setInnerEditorValue(const String&) override; |
- void cacheSelectionInResponseToSetValue(int caretOffset) { cacheSelection(caretOffset, caretOffset, SelectionHasNoDirection); } |
- |
// For test purposes. |
void selectColorInColorChooser(const Color&); |
void endColorChooser(); |