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

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.h

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper 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/web/WebPagePopupImpl.h
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h
index 305cc55a5ab71f868f24a32d58827b3dc18a4b39..6ed18badc629584446b8e72fd0bf617609e357d6 100644
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
@@ -103,7 +103,7 @@ class WebPagePopupImpl final : public WebPagePopup,
bool IsViewportPointInWindow(int x, int y);
// PagePopup function
- AXObject* RootAXObject() override;
+ AXObjectImpl* RootAXObject() override;
void SetWindowRect(const IntRect&) override;
explicit WebPagePopupImpl(WebWidgetClient*);

Powered by Google App Engine
This is Rietveld 408576698