summaryrefslogtreecommitdiffstats
path: root/athena/main/debug/debug_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'athena/main/debug/debug_window.cc')
-rw-r--r--athena/main/debug/debug_window.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/athena/main/debug/debug_window.cc b/athena/main/debug/debug_window.cc
index e495418..abd3517be 100644
--- a/athena/main/debug/debug_window.cc
+++ b/athena/main/debug/debug_window.cc
@@ -4,6 +4,7 @@
#include "athena/main/debug/debug_window.h"
+#include "athena/common/container_priorities.h"
#include "athena/resources/athena_resources.h"
#include "athena/screen/public/screen_manager.h"
#include "base/bind.h"
@@ -168,7 +169,8 @@ class DebugWidget {
private:
void CreateContainer() {
- athena::ScreenManager::ContainerParams params("DebugContainer");
+ athena::ScreenManager::ContainerParams params("DebugContainer",
+ athena::CP_DEBUG);
container_ = athena::ScreenManager::Get()->CreateContainer(params);
}