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

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

Issue 912183002: Adds support for embedViewManagerClient() to IFrame. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
Index: sky/engine/core/html/HTMLIFrameElement.idl
diff --git a/sky/engine/core/html/HTMLIFrameElement.idl b/sky/engine/core/html/HTMLIFrameElement.idl
index 1a4e2309dc3ffabd992f882822b729baa7c48cee..e661947f75acc090f9c8c9b7939a2e28da4364ac 100644
--- a/sky/engine/core/html/HTMLIFrameElement.idl
+++ b/sky/engine/core/html/HTMLIFrameElement.idl
@@ -5,6 +5,7 @@
interface HTMLIFrameElement : HTMLElement {
[Reflect, URL] attribute DOMString src;
+ void embedViewManagerClient(any client);
[CallWith=ScriptState] any takeServicesHandle();
[CallWith=ScriptState] any takeExposedServicesHandle();
};

Powered by Google App Engine
This is Rietveld 408576698