Chromium Code Reviews| Index: Source/core/page/PagePopup.h |
| diff --git a/Source/core/page/PagePopup.h b/Source/core/page/PagePopup.h |
| index 348c046fb45b56252dbf2b1496dea26c25a53b87..cb189c178c842a91cc046d2b380dd17bdbbf9a57 100644 |
| --- a/Source/core/page/PagePopup.h |
| +++ b/Source/core/page/PagePopup.h |
| @@ -31,6 +31,7 @@ |
| #ifndef PagePopup_h |
| #define PagePopup_h |
| +#include "platform/geometry/IntRect.h" |
|
tkent
2015/04/14 11:36:53
|class IntRect;| is enough.
keishi
2015/04/15 02:26:10
Done.
|
| #include "wtf/Forward.h" |
| namespace blink { |
| @@ -42,6 +43,7 @@ class AXObject; |
| class PagePopup { |
| public: |
| virtual AXObject* rootAXObject() = 0; |
| + virtual void setWindowRect(const IntRect&) = 0; |
| virtual void postMessage(const String& message) = 0; |
| protected: |