| 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 6ed18badc629584446b8e72fd0bf617609e357d6..305cc55a5ab71f868f24a32d58827b3dc18a4b39 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
|
| - AXObjectImpl* RootAXObject() override;
|
| + AXObject* RootAXObject() override;
|
| void SetWindowRect(const IntRect&) override;
|
|
|
| explicit WebPagePopupImpl(WebWidgetClient*);
|
|
|