Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2059)

Unified Diff: athena/main/debug/debug_window.cc

Issue 404563002: Athena's FocusRules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: athena/main/debug/debug_window.cc
diff --git a/athena/main/debug/debug_window.cc b/athena/main/debug/debug_window.cc
index fde42f310217d91cb7a5be0ae9d26e5022a56915..e49541856aa8a03e6f987c344f813a0e198ed2a9 100644
--- a/athena/main/debug/debug_window.cc
+++ b/athena/main/debug/debug_window.cc
@@ -168,8 +168,8 @@ class DebugWidget {
private:
void CreateContainer() {
- container_ =
- athena::ScreenManager::Get()->CreateContainer("DebugContainer");
+ athena::ScreenManager::ContainerParams params("DebugContainer");
+ container_ = athena::ScreenManager::Get()->CreateContainer(params);
}
void CreateWidget() {

Powered by Google App Engine
This is Rietveld 408576698