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

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

Issue 2810593002: Set plugin focus by implementing HTMLPlugInElement::SetFocused. (Closed)
Patch Set: fix comments Created 3 years, 8 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/forms/MultipleFieldsTemporalInputTypeView.h
diff --git a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
index 0dfa163a6209d73ca6be2231114bc69ad7cad4bc..58525078f2f7a5dad19d22f99d881b0542bf1e2f 100644
--- a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
+++ b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
@@ -36,6 +36,7 @@
#include "core/html/shadow/DateTimeEditElement.h"
#include "core/html/shadow/PickerIndicatorElement.h"
#include "core/html/shadow/SpinButtonElement.h"
+#include "public/platform/WebFocusType.h"
namespace blink {
@@ -62,8 +63,8 @@ class MultipleFieldsTemporalInputTypeView final
BaseTemporalInputType&);
// DateTimeEditElement::EditControlOwner functions
- void DidBlurFromControl() final;
- void DidFocusOnControl() final;
+ void DidBlurFromControl(WebFocusType) final;
+ void DidFocusOnControl(WebFocusType) final;
void EditControlValueChanged() final;
String FormatDateTimeFieldsState(const DateTimeFieldsState&) const override;
bool IsEditControlOwnerDisabled() const final;

Powered by Google App Engine
This is Rietveld 408576698