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

Unified Diff: Source/web/WebViewImpl.h

Issue 380303003: Enable resize and layout for frames with RemoteFrame ancestors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 5 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 7b92a473c6867e2f8537fd9ef9a0bed9223baf75..347739cb69e585ee17c57aa35246088f125cab29 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -314,6 +314,10 @@ public:
// the page is shutting down, but will be valid at all other times.
WebLocalFrameImpl* mainFrameImpl();
+ // FIXME: Temporary method to accommodate out-of-process frame ancestors;
+ // will be removed when there can be multiple WebWidgets for a single page.
+ WebLocalFrameImpl* localFrameRoot();
dcheng 2014/07/10 21:14:55 I think we should name this something that discour
kenrb 2014/07/11 16:06:18 Is the last statement true even while the frame tr
+
// Event related methods:
void mouseContextMenu(const WebMouseEvent&);
void mouseDoubleClick(const WebMouseEvent&);

Powered by Google App Engine
This is Rietveld 408576698