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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Fixed rebase 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/modules/accessibility/AXMenuListPopup.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
index 0db27902e24e9616e841eb22dbd2bf98f2fabe73..7eaee49968094fb9b8624b5b54afbab97cbb95c5 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
@@ -48,7 +48,7 @@ class AXMenuListPopup final : public AXMockObject {
void DidUpdateActiveOption(int option_index);
void DidShow();
void DidHide();
- AXObject* ActiveDescendant() final;
+ AXObjectImpl* ActiveDescendant() final;
private:
explicit AXMenuListPopup(AXObjectCacheImpl&);

Powered by Google App Engine
This is Rietveld 408576698