| Index: third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| index 87f88dbfaa6700ade03dc601a70ba2eeae37f2fe..5f9c5997bb2f5994aa0f58c9ec6ff37382366013 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| @@ -103,8 +103,9 @@ private:
|
| void setRootGraphicsLayer(GraphicsLayer*);
|
| void setIsAcceleratedCompositingActive(bool enter);
|
|
|
| + WebRect windowRectInScreen() const;
|
| +
|
| WebWidgetClient* m_widgetClient;
|
| - WebRect m_windowRectInScreen;
|
| WebViewImpl* m_webView;
|
| Persistent<Page> m_page;
|
| Persistent<PagePopupChromeClient> m_chromeClient;
|
|
|