| Index: third_party/WebKit/Source/core/html/TextControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/TextControlElement.h b/third_party/WebKit/Source/core/html/TextControlElement.h
|
| index 180eb093fa1d3ea3a48d60bf0471b9f20c64e889..98247e0e261e676a83bcf0db74eabe045f3931ae 100644
|
| --- a/third_party/WebKit/Source/core/html/TextControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/TextControlElement.h
|
| @@ -137,6 +137,7 @@ class CORE_EXPORT TextControlElement : public HTMLFormControlElementWithState {
|
|
|
| String directionForFormData() const;
|
|
|
| + // TODO(yoichio): Remove these functions.
|
| // These functions don't cause synchronous layout and SpellChecker uses
|
| // them to improve performance.
|
| // Passed |Position| must point inside of a text form control.
|
|
|