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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.h

Issue 2093383002: Implement disabledAttributeChanged() in HTMLInputElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test file. Created 4 years, 6 months 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/HTMLInputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index 0b0c7faa50c1a7d722ec84a925ac86118cec6528..db5597cc9f9954a0f45602fbf472ba338ece7ab9 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -351,6 +351,7 @@ private:
bool isRequiredFormControl() const final;
bool recalcWillValidate() const final;
void requiredAttributeChanged() final;
+ void disabledAttributeChanged() final;
void updateTouchEventHandlerRegistry();
void initializeTypeInParsing();

Powered by Google App Engine
This is Rietveld 408576698