| Index: third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.h b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.h
|
| index 59222033d9e00340a89f30c9ff35f47f4c11a5d3..8e743b24d710392380732e015990a68183726b74 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.h
|
| @@ -66,19 +66,6 @@ private:
|
| bool supportsFocus() const override { return false; }
|
| };
|
|
|
| -class SearchFieldDecorationElement final : public HTMLDivElement {
|
| -public:
|
| - static SearchFieldDecorationElement* create(Document&);
|
| -
|
| - void defaultEventHandler(Event*) override;
|
| - bool willRespondToMouseClickEvents() override;
|
| -
|
| -private:
|
| - explicit SearchFieldDecorationElement(Document&);
|
| - const AtomicString& shadowPseudoId() const override;
|
| - bool supportsFocus() const override { return false; }
|
| -};
|
| -
|
| class SearchFieldCancelButtonElement final : public HTMLDivElement {
|
| public:
|
| static SearchFieldCancelButtonElement* create(Document&);
|
|
|