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

Unified Diff: ash/wm/common/workspace/workspace_layout_manager.cc

Issue 2024993002: Makes RootWindowController window creation in terms of common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 4 years, 7 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
« no previous file with comments | « ash/wm/common/wm_window_property.h ('k') | mash/wm/bridge/wm_globals_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/workspace/workspace_layout_manager.cc
diff --git a/ash/wm/common/workspace/workspace_layout_manager.cc b/ash/wm/common/workspace/workspace_layout_manager.cc
index a6f79a1c240e54a330f4c0e2531cd62f3779584d..d9d2c62e57a94e0854c2ca260dba6cb1685c1946 100644
--- a/ash/wm/common/workspace/workspace_layout_manager.cc
+++ b/ash/wm/common/workspace/workspace_layout_manager.cc
@@ -37,7 +37,7 @@ WorkspaceLayoutManager::WorkspaceLayoutManager(
root_window_->AddObserver(this);
root_window_controller_->AddObserver(this);
DCHECK(window->GetBoolProperty(
- wm::WmWindowProperty::SNAP_CHILDREN_TO_PIXEL_BOUDARY));
+ wm::WmWindowProperty::SNAP_CHILDREN_TO_PIXEL_BOUNDARY));
}
WorkspaceLayoutManager::~WorkspaceLayoutManager() {
« no previous file with comments | « ash/wm/common/wm_window_property.h ('k') | mash/wm/bridge/wm_globals_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698