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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXSlider.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/AXSlider.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXSlider.h b/third_party/WebKit/Source/modules/accessibility/AXSlider.h
index 81d7ca1cc80b1d16cba7d5ae6f28c0d93827f390..a6c0bae9a90391130b3acef1fe1c0e41df025509 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXSlider.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXSlider.h
@@ -49,7 +49,7 @@ class AXSlider : public AXLayoutObject {
private:
HTMLInputElement* GetElement() const;
- AXObject* ElementAccessibilityHitTest(const IntPoint&) const final;
+ AXObjectImpl* ElementAccessibilityHitTest(const IntPoint&) const final;
AccessibilityRole DetermineAccessibilityRole() final;
bool IsSlider() const final { return true; }

Powered by Google App Engine
This is Rietveld 408576698