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

Unified Diff: third_party/WebKit/Source/core/html/forms/InputTypeView.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/InputTypeView.h
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.h b/third_party/WebKit/Source/core/html/forms/InputTypeView.h
index a11f1c1001176b583eea099e4f31128faf5919c5..a3c0132ab47618f7ab18877b03c8f3aa0db2d18e 100644
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.h
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.h
@@ -44,7 +44,7 @@
namespace blink {
-class AXObject;
+class AXObjectImpl;
class BeforeTextInsertedEvent;
class Element;
class Event;
@@ -124,7 +124,7 @@
virtual void ListAttributeTargetChanged();
virtual void UpdateClearButtonVisibility();
virtual void UpdatePlaceholderText();
- virtual AXObject* PopupRootAXObject();
+ virtual AXObjectImpl* PopupRootAXObject();
virtual void EnsureFallbackContent() {}
virtual void EnsurePrimaryContent() {}
virtual bool HasFallbackContent() const { return false; }

Powered by Google App Engine
This is Rietveld 408576698