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

Unified Diff: public/web/WebFrame.h

Issue 135163006: WebFrame exports size information for remote frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolved merge conflict with master Created 6 years, 10 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
« no previous file with comments | « Source/web/WebFrameImpl.cpp ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 171b5ffe89f2f67088689c8dfe13a7e2a0105504..bd1e553758a3c80c20c10f09042eeb52d42bb902 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -159,6 +159,10 @@ public:
// URLs
virtual WebVector<WebIconURL> iconURLs(int iconTypesMask) const = 0;
+ // Notify the WebFrame as to whether its frame will be rendered in a
+ // separate renderer process.
+ virtual void setIsRemote(bool) = 0;
+
// For a WebFrame with contents being rendered in another process, this
// sets a layer for use by the in-process compositor. WebLayer should be
// null if the content is being rendered in the current process.
« no previous file with comments | « Source/web/WebFrameImpl.cpp ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698