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

Unified Diff: content/browser/frame_host/cross_process_frame_connector.h

Issue 1814863002: Make page popups work under OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebContentsImpl::SendScreenRects simplified Created 4 years, 9 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: content/browser/frame_host/cross_process_frame_connector.h
diff --git a/content/browser/frame_host/cross_process_frame_connector.h b/content/browser/frame_host/cross_process_frame_connector.h
index 66afdc3acaacc7ab6b5d305fe2432730b62c20a6..763dbe1083f707cdd3b5267eff3d38ed6d6e66a1 100644
--- a/content/browser/frame_host/cross_process_frame_connector.h
+++ b/content/browser/frame_host/cross_process_frame_connector.h
@@ -129,7 +129,7 @@ class CONTENT_EXPORT CrossProcessFrameConnector {
const cc::SurfaceSequence& sequence);
void SetDeviceScaleFactor(float scale_factor);
- void SetSize(gfx::Rect frame_rect);
+ void SetRect(gfx::Rect frame_rect);
// The RenderFrameProxyHost that routes messages to the parent frame's
// renderer process.

Powered by Google App Engine
This is Rietveld 408576698