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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h

Issue 1802953003: RemoteBridgeFrameOwner: keep better track of the attached frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Doing work in constructors is evil. 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: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
index 576bab5bd3b7c1fcc3dd0a2b52ce19202b6aaa5c..8f65ff59009bf7709a2f5a56210b2f2037ae9a8b 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
@@ -47,9 +47,6 @@ public:
DOMWindow* contentWindow() const;
Document* contentDocument() const;
- void setContentFrame(Frame&);
- void clearContentFrame();
-
void disconnectContentFrame();
// Most subclasses use LayoutPart (either LayoutEmbeddedObject or LayoutIFrame)
@@ -78,6 +75,8 @@ public:
// FrameOwner overrides:
bool isLocal() const override { return true; }
+ void setContentFrame(Frame&) override;
+ void clearContentFrame() override;
void dispatchLoad() override;
SandboxFlags getSandboxFlags() const override { return m_sandboxFlags; }
void renderFallbackContent() override { }
« no previous file with comments | « third_party/WebKit/Source/core/frame/RemoteFrame.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698