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

Unified Diff: third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.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/PickerIndicatorElement.h
diff --git a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h
index 1261d5e9a3731f3a1d57e18393851a31208d4085..6fe4b4200f149a6645acf9edc02b4ec774ca7b98 100644
--- a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h
+++ b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h
@@ -65,7 +65,7 @@
void ClosePopup();
bool WillRespondToMouseClickEvents() override;
void RemovePickerIndicatorOwner() { picker_indicator_owner_ = nullptr; }
- AXObject* PopupRootAXObject() const;
+ AXObjectImpl* PopupRootAXObject() const;
// DateTimeChooserClient implementation.
Element& OwnerElement() const override;

Powered by Google App Engine
This is Rietveld 408576698