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

Unified Diff: sky/engine/core/html/HTMLIFrameElement.h

Issue 862943004: <iframe> should expose its mojo::ServiceProvider handle (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/BUILD.gn ('k') | sky/engine/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLIFrameElement.h
diff --git a/sky/engine/core/html/HTMLIFrameElement.h b/sky/engine/core/html/HTMLIFrameElement.h
index a77ba08e119b17abbce39b9ff6eaf8ca4d1ac1cb..56ac0ab6b6decbb9256ea87298f946ba116df7ce 100644
--- a/sky/engine/core/html/HTMLIFrameElement.h
+++ b/sky/engine/core/html/HTMLIFrameElement.h
@@ -26,6 +26,8 @@ public:
mojo::View* contentView() const { return m_contentView; }
+ ScriptValue takeServiceProvider(ScriptState*);
+
private:
explicit HTMLIFrameElement(Document&);
@@ -42,6 +44,7 @@ private:
void createView();
mojo::View* m_contentView;
+ mojo::ScopedMessagePipeHandle m_serviceProvider;
};
} // namespace blink
« no previous file with comments | « sky/engine/core/BUILD.gn ('k') | sky/engine/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698