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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 1938753002: OOPIF: Replicate allowFullscreen flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index c1245a3a29cbdadc5f4acae6e8bfe43e48bee058..5e4e9486e7bc6ef3825e35e69e98bde9202745d1 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -173,6 +173,13 @@ public:
// Returns true if the frame is enforcing strict mixed content checking.
BLINK_EXPORT bool shouldEnforceStrictMixedContentChecking() const;
+ // Updates this frame's FrameOwner properties, such as scrolling, margin,
+ // or allowfullscreen. This is used when this frame's parent is in
+ // another process and it dynamically updates these properties.
+ // TODO(dcheng): Currently, the update only takes effect on next frame
+ // navigation. This matches the in-process frame behavior.
+ BLINK_EXPORT void setFrameOwnerProperties(const WebFrameOwnerProperties&);
+
// Geometry -----------------------------------------------------------
// NOTE: These routines do not force page layout so their results may
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebFrameOwnerProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698