Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
index 90a8c5ef4b9e7e2f3d42a35dc2237e7f0b5e97e2..3cb532e2e255207fbe02142da6d69905fc540d7f 100644 |
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
@@ -74,7 +74,7 @@ public: |
return new PagePopupChromeClient(popup); |
} |
- void setWindowRect(const IntRect& rect) override |
+ void setWindowRect(const IntRect& rect, LocalFrame&) override |
{ |
m_popup->setWindowRect(rect); |
} |
@@ -91,7 +91,7 @@ private: |
m_popup->closePopup(); |
} |
- IntRect windowRect() override |
+ IntRect rootWindowRect() override |
{ |
return m_popup->windowRectInScreen(); |
} |