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

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

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@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
« no previous file with comments | « sky/engine/core/html/HTMLElement.idl ('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 4415b465f83807ce2b472f595ca0a44476a6f02c..640840c795bec0d3132ab2f127ff3db129c4de0e 100644
--- a/sky/engine/core/html/HTMLIFrameElement.h
+++ b/sky/engine/core/html/HTMLIFrameElement.h
@@ -26,9 +26,9 @@ public:
mojo::View* contentView() const { return m_contentView; }
- ScriptValue takeServicesHandle(ScriptState*);
- ScriptValue takeExposedServicesHandle(ScriptState*);
- void embedViewManagerClient(const ScriptValue& client);
+ PassRefPtr<DartValue> takeServicesHandle(DartState*);
+ PassRefPtr<DartValue> takeExposedServicesHandle(DartState*);
+ void embedViewManagerClient(DartValue* client);
private:
explicit HTMLIFrameElement(Document&);
« no previous file with comments | « sky/engine/core/html/HTMLElement.idl ('k') | sky/engine/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698