Refactor editor rendering contracts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Viewport/ViewportHostService.h"
|
||||
#include "Viewport/EditorViewportRuntimeServices.h"
|
||||
|
||||
#include <XCEditor/Shell/UIEditorShellInteraction.h>
|
||||
#include <XCEditor/Workspace/UIEditorWorkspaceController.h>
|
||||
@@ -33,7 +33,7 @@ struct EditorShellInteractionEngineContext {
|
||||
bool useDetachedTitleBarTabStrip = false;
|
||||
float detachedTitleBarTabHeight = 0.0f;
|
||||
float detachedWindowChromeHeight = 0.0f;
|
||||
ViewportHostService& viewportHostService;
|
||||
EditorViewportRuntimeServices& viewportRuntimeServices;
|
||||
};
|
||||
|
||||
class EditorShellInteractionEngine final {
|
||||
|
||||
Reference in New Issue
Block a user