| 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 5d844b00e78e8e608f4eab4694998a3bee55dd31..74dce75d81f37924a8a8d4aa38c8674d1dddcc91 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -94,7 +94,7 @@ private:
|
| return m_popup->m_windowRectInScreen;
|
| }
|
|
|
| - IntRect viewportToScreen(const IntRect& rect) const override
|
| + IntRect viewportToScreen(const IntRect& rect, const Widget* widget) const override
|
| {
|
| WebRect rectInScreen(rect);
|
| m_popup->widgetClient()->convertViewportToWindow(&rectInScreen);
|
|
|