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

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

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.h
diff --git a/sky/engine/core/html/HTMLIFrameElement.h b/sky/engine/core/html/HTMLIFrameElement.h
index 4759212bc6c88a01d5456c1d53e7cc67bc7c3fa3..4a3ef790b0735320cecfcf889995405b645a437e 100644
--- a/sky/engine/core/html/HTMLIFrameElement.h
+++ b/sky/engine/core/html/HTMLIFrameElement.h
@@ -28,6 +28,7 @@ public:
ScriptValue takeServicesHandle(ScriptState*);
ScriptValue takeExposedServicesHandle(ScriptState*);
+ void embedViewManagerClient(blink::ScriptValue client);
abarth-chromium 2015/02/11 01:02:13 No need for blink:: also, const ScriptValue&
hansmuller1 2015/02/11 01:09:01 Done.
private:
explicit HTMLIFrameElement(Document&);
« no previous file with comments | « no previous file | sky/engine/core/html/HTMLIFrameElement.cpp » ('j') | sky/engine/core/html/HTMLIFrameElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698