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

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

Issue 852083002: Propagate focus type to plugins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved Created 5 years, 11 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/BaseMultipleFieldsDateAndTimeInputType.h
diff --git a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
index 0e4dbf01475966741957264991aaa76f0a7cb8b5..49d0f0678c0424a61aef77b08639f51a8407d4a0 100644
--- a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
+++ b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
@@ -101,7 +101,7 @@ private:
virtual void destroyShadowSubtree() override final;
virtual void disabledAttributeChanged() override final;
virtual void forwardEvent(Event*) override final;
- virtual void handleFocusInEvent(Element* oldFocusedElement, FocusType) override final;
+ virtual void handleFocusInEvent(Element* oldFocusedElement, WebFocusType) override final;
virtual void handleKeydownEvent(KeyboardEvent*) override final;
virtual bool hasBadInput() const override;
virtual bool hasCustomFocusLogic() const override final;
« no previous file with comments | « Source/core/html/HTMLTextFormControlElement.cpp ('k') | Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698