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 |