Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h

Issue 2462983002: INPUT element: code cleanup (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
index ea6c4061634f485d23131674cf8d4d2c5f0c958d..630c742155e304c7bfee3ab6946c57918f26c5dc 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
@@ -60,7 +60,6 @@ class BaseCheckableInputType : public InputType, public InputTypeView {
bool canSetStringValue() const final;
void accessKeyAction(bool sendMouseEvents) final;
bool matchesDefaultPseudoClass() override;
- String fallbackValue() const final;
ValueMode valueMode() const override;
void setValue(const String&, bool, TextFieldEventBehavior) final;
void readingChecked() const final;

Powered by Google App Engine
This is Rietveld 408576698