| Index: Source/core/page/PagePopup.h
|
| diff --git a/Source/core/page/PagePopup.h b/Source/core/page/PagePopup.h
|
| index 348c046fb45b56252dbf2b1496dea26c25a53b87..bdfb882e1f6519029d34be4c2a69c4b07479a733 100644
|
| --- a/Source/core/page/PagePopup.h
|
| +++ b/Source/core/page/PagePopup.h
|
| @@ -36,12 +36,14 @@
|
| namespace blink {
|
|
|
| class AXObject;
|
| +class IntRect;
|
|
|
| // A PagePopup object is created by ChromeClient::openPagePopup(), and deleted
|
| // by ChromeClient::closePagePopup().
|
| class PagePopup {
|
| public:
|
| virtual AXObject* rootAXObject() = 0;
|
| + virtual void setWindowRect(const IntRect&) = 0;
|
| virtual void postMessage(const String& message) = 0;
|
|
|
| protected:
|
|
|