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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXListBox.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/AXListBox.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXListBox.h b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
index d2853e9ca11494231e3a1855094734cd78e63a8d..d40e283f80d0955d8fc29bdb0b7710c989194683 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXListBox.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
@@ -47,7 +47,7 @@ class AXListBox final : public AXLayoutObject {
AccessibilityRole DetermineAccessibilityRole() final;
bool IsAXListBox() const override { return true; }
- AXObject* ActiveDescendant() final;
+ AXObjectImpl* ActiveDescendant() final;
void ActiveIndexChanged();

Powered by Google App Engine
This is Rietveld 408576698