| Index: Source/web/WebPagePopupImpl.cpp
|
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
|
| index c7e7d6411544a37ed2f03197436c558ec7d1bb8e..628973faca354e2e6e48482cb4bd0208be3960d8 100644
|
| --- a/Source/web/WebPagePopupImpl.cpp
|
| +++ b/Source/web/WebPagePopupImpl.cpp
|
| @@ -76,7 +76,7 @@ public:
|
| ASSERT(m_popup->widgetClient());
|
| }
|
|
|
| - virtual void setWindowRectInternal(const IntRect& rect) override
|
| + virtual void setWindowRect(const IntRect& rect) override
|
| {
|
| m_popup->m_windowRectInScreen = rect;
|
| m_popup->widgetClient()->setWindowRect(m_popup->m_windowRectInScreen);
|
| @@ -300,7 +300,7 @@ AXObject* WebPagePopupImpl::rootAXObject()
|
|
|
| void WebPagePopupImpl::setWindowRect(const IntRect& rect)
|
| {
|
| - m_chromeClient->setWindowRectInternal(rect);
|
| + m_chromeClient->setWindowRect(rect);
|
| }
|
|
|
| void WebPagePopupImpl::setRootGraphicsLayer(GraphicsLayer* layer)
|
|
|