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

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

Issue 2883813005: Reland of name AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Created 3 years, 7 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.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
index 9424aeececfd71dda99feda3d9d8928dffb072ba..81d810e65c26480fe4150ca372761aad63cf9e00 100644
--- a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
+++ b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
@@ -635,7 +635,7 @@
: TextDirection::kLtr;
}
-AXObject* MultipleFieldsTemporalInputTypeView::PopupRootAXObject() {
+AXObjectImpl* MultipleFieldsTemporalInputTypeView::PopupRootAXObject() {
if (PickerIndicatorElement* picker = GetPickerIndicatorElement())
return picker->PopupRootAXObject();
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698