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

Unified Diff: ash/wm/wm_snap_to_pixel_layout_manager.cc

Issue 2877233002: Remove the i from visib[i]le. (Closed)
Patch Set: merge with tot Created 3 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/wm_snap_to_pixel_layout_manager.h ('k') | ash/wm/workspace/workspace_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/wm_snap_to_pixel_layout_manager.cc
diff --git a/ash/wm/wm_snap_to_pixel_layout_manager.cc b/ash/wm/wm_snap_to_pixel_layout_manager.cc
index 6eafdccf653eb8f95e7b5b67d00657cf60f5d26c..a28d26871e8d8fcd889f0071e989bf625c293a31 100644
--- a/ash/wm/wm_snap_to_pixel_layout_manager.cc
+++ b/ash/wm/wm_snap_to_pixel_layout_manager.cc
@@ -43,7 +43,7 @@ void WmSnapToPixelLayoutManager::OnWindowRemovedFromLayout(
void WmSnapToPixelLayoutManager::OnChildWindowVisibilityChanged(
aura::Window* child,
- bool visibile) {}
+ bool visible) {}
void WmSnapToPixelLayoutManager::SetChildBounds(
aura::Window* child,
« no previous file with comments | « ash/wm/wm_snap_to_pixel_layout_manager.h ('k') | ash/wm/workspace/workspace_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698