| 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 bff9f29c7afb18f3b8485a3aa17d4d5df7e04413..cee23a98c27b94b24d2d166cd8756c6ee253718b 100644
|
| --- a/sky/engine/core/script/dart_controller.h
|
| +++ b/sky/engine/core/script/dart_controller.h
|
| @@ -36,10 +36,9 @@ class DartController {
|
| typedef base::Callback<void(RefPtr<AbstractModule>, RefPtr<DartValue>)>
|
| LoadFinishedCallback;
|
|
|
| - void LoadSnapshot(const KURL& url, mojo::URLResponsePtr response = nullptr);
|
| -
|
| void RunFromLibrary(const String& name,
|
| DartLibraryProvider* library_provider);
|
| + void RunFromSnapshot(mojo::ScopedDataPipeConsumerHandle snapshot);
|
|
|
| void LoadScriptInModule(AbstractModule* module,
|
| const String& source,
|
|
|