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

Unified Diff: third_party/WebKit/Source/core/page/PagePopup.h

Issue 2883203002: Revert of Rename 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/page/PagePopup.h
diff --git a/third_party/WebKit/Source/core/page/PagePopup.h b/third_party/WebKit/Source/core/page/PagePopup.h
index 1ae1a5b4bf1e56870b63eb8b74fcbe179eff4edc..2a07f514110820cf598b427c96409fe96ddd8319 100644
--- a/third_party/WebKit/Source/core/page/PagePopup.h
+++ b/third_party/WebKit/Source/core/page/PagePopup.h
@@ -38,14 +38,14 @@
namespace blink {
-class AXObjectImpl;
+class AXObject;
class IntRect;
// A PagePopup object is created by ChromeClient::openPagePopup(), and deleted
// by ChromeClient::closePagePopup().
class PagePopup {
public:
- virtual AXObjectImpl* RootAXObject() = 0;
+ virtual AXObject* RootAXObject() = 0;
virtual void SetWindowRect(const IntRect&) = 0;
virtual void PostMessage(const String& message) = 0;
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/modules/accessibility/AXARIAGrid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698