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

Unified Diff: sky/engine/core/script/dart_controller.h

Issue 950493003: Add a basic sky-element custom element (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
Index: sky/engine/core/script/dart_controller.h
diff --git a/sky/engine/core/script/dart_controller.h b/sky/engine/core/script/dart_controller.h
index 1fdd40895079c11a3c8ed60c8b61d2de9bef63be..2266a8d7c8728f8266b59bfa3658272b68e818ea 100644
--- a/sky/engine/core/script/dart_controller.h
+++ b/sky/engine/core/script/dart_controller.h
@@ -16,8 +16,9 @@ namespace blink {
class AbstractModule;
class BuiltinSky;
class DOMDartState;
-class Document;
class DartValue;
+class Document;
+class HTMLScriptElement;
class DartController {
public:
@@ -33,7 +34,9 @@ class DartController {
const String& source,
const TextPosition& textPosition,
const LoadFinishedCallback& load_finished_callback);
- void ExecuteLibraryInModule(AbstractModule* module, Dart_Handle library);
+ void ExecuteLibraryInModule(AbstractModule* module,
+ Dart_Handle library,
+ HTMLScriptElement* script);
void ClearForClose();
void CreateIsolateFor(Document* document);

Powered by Google App Engine
This is Rietveld 408576698