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

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

Issue 1420693006: Introduce a struct to store arguments of Element::focus(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/HTMLLegendElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLLegendElement.h b/third_party/WebKit/Source/core/html/HTMLLegendElement.h
index dedea4d3adf863d95814ab360a413db8be65d396..dc8763815f45dba42f9e21601361ff369723b47c 100644
--- a/third_party/WebKit/Source/core/html/HTMLLegendElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLLegendElement.h
@@ -44,7 +44,7 @@ private:
HTMLFormControlElement* associatedControl();
void accessKeyAction(bool sendMouseEvents) override;
- void focus(bool restorePreviousSelection, WebFocusType, InputDeviceCapabilities* sourceCapabilities) override;
+ void focus(const FocusParams&) override;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLLabelElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLLegendElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698