| 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;
|
|
|
|
|