@@ -256,7 +256,7 @@ class PlatformView {
256256 // / @param[in] snapshot_data Dart snapshot instructions of the loading
257257 // / unit's shared library.
258258 // /
259- virtual void LoadDartDeferredLibrary (
259+ virtual void CompleteDartDeferredLibraryLoading (
260260 intptr_t loading_unit_id,
261261 const uint8_t * snapshot_data,
262262 const uint8_t * snapshot_instructions) = 0;
@@ -629,7 +629,7 @@ class PlatformView {
629629 // / @param[in] loading_unit_id The unique id of the deferred library's
630630 // / loading unit.
631631 // /
632- virtual void InstallDeferredLibrary (intptr_t loading_unit_id);
632+ virtual void RequestDartDeferredLibrary (intptr_t loading_unit_id);
633633
634634 // --------------------------------------------------------------------------
635635 // / @brief Loads the dart shared library into the dart VM. When the
@@ -648,9 +648,10 @@ class PlatformView {
648648 // / @param[in] snapshot_data Dart snapshot instructions of the loading
649649 // / unit's shared library.
650650 // /
651- virtual void LoadDartDeferredLibrary (intptr_t loading_unit_id,
652- const uint8_t * snapshot_data,
653- const uint8_t * snapshot_instructions);
651+ virtual void CompleteDartDeferredLibraryLoading (
652+ intptr_t loading_unit_id,
653+ const uint8_t * snapshot_data,
654+ const uint8_t * snapshot_instructions);
654655
655656 // --------------------------------------------------------------------------
656657 // / @brief Sets the asset manager of the engine to asset_manager
0 commit comments