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

Unified Diff: Source/core/html/forms/RadioInputType.h

Issue 546753002: Fix to Handle downkey event on last and first radio button of a radio button list (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: After Updating branch Created 6 years, 2 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: Source/core/html/forms/RadioInputType.h
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h
index b330c68ba541569c48da525b7ecacbacebac5f2f..07a5d6a3af1b4c275dcddbfd1efde427ad5c4090 100644
--- a/Source/core/html/forms/RadioInputType.h
+++ b/Source/core/html/forms/RadioInputType.h
@@ -52,6 +52,7 @@ private:
virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() override;
virtual void didDispatchClick(Event*, const ClickHandlingState&) override;
virtual bool shouldAppearIndeterminate() const override;
+ virtual HTMLInputElement* findNextFocusableRadioButtonInGroup(HTMLInputElement*, bool);
};
} // namespace blink
« no previous file with comments | « LayoutTests/fast/forms/radio/radio-group-arrow-cycle-edge-expected.txt ('k') | Source/core/html/forms/RadioInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698