Refactor editor host resource boundary

This commit is contained in:
2026-04-27 23:18:04 +08:00
parent 87df14f47b
commit 603d003684
28 changed files with 447 additions and 228 deletions

View File

@@ -111,7 +111,11 @@ bool EditorWorkspaceWindowContentController::TryBuildAuthoritativeWorkspaceContr
void EditorWorkspaceWindowContentController::Initialize(
const EditorWindowContentInitializationContext& context) {
m_shellRuntime.Initialize(context.repoRoot, context.textureHost, context.textMeasurer);
m_shellRuntime.Initialize(
context.repoRoot,
context.textureHost,
context.resourceService,
context.textMeasurer);
m_shellRuntime.AttachViewportWindowRenderer(context.viewportRenderer);
}