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

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

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.h
diff --git a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
index 28c3110dae2105a570a666f2c26019f805c97673..06aad5ca01e535f5d20ddc3a5139c103b65c5a8a 100644
--- a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
+++ b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
@@ -118,7 +118,7 @@
void ListAttributeTargetChanged() final;
void UpdateClearButtonVisibility() final;
TextDirection ComputedTextDirection() final;
- AXObject* PopupRootAXObject() final;
+ AXObjectImpl* PopupRootAXObject() final;
DateTimeEditElement* GetDateTimeEditElement() const;
SpinButtonElement* GetSpinButtonElement() const;

Powered by Google App Engine
This is Rietveld 408576698