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

Unified Diff: Source/core/html/HTMLMenuItemElement.h

Issue 766863002: Implement checked attribute for menuitem. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLMenuItemElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMenuItemElement.h
diff --git a/Source/core/html/HTMLMenuItemElement.h b/Source/core/html/HTMLMenuItemElement.h
index 7dabd7a5a7c0e4dec7b9f0abd5bed39307583f7e..1116ab8d321a620f5ea0af25835915a64f350328 100644
--- a/Source/core/html/HTMLMenuItemElement.h
+++ b/Source/core/html/HTMLMenuItemElement.h
@@ -16,6 +16,7 @@ public:
private:
explicit HTMLMenuItemElement(Document&);
+ virtual void defaultEventHandler(Event*) override;
};
} // namespace blink
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLMenuItemElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698