Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.h

Issue 1894333002: Make WebWidget::resize early out if the size doesn't change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698