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

Unified Diff: ui/wm/core/visibility_controller.h

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 | « mash/wm/root_window_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/visibility_controller.h
diff --git a/ui/wm/core/visibility_controller.h b/ui/wm/core/visibility_controller.h
index 78c15adf46d384811d6bd8a2973f5b4e1a8c8386..cb50673a86691361fdba5ea773384e68b87191a7 100644
--- a/ui/wm/core/visibility_controller.h
+++ b/ui/wm/core/visibility_controller.h
@@ -73,8 +73,8 @@ class WM_EXPORT SuspendChildWindowVisibilityAnimations {
// the animation stays enabled.
void WM_EXPORT SetWindowVisibilityChangesAnimated(aura::Window* window);
-// Enable visibiilty change animation for all children of the |window|.
-// Tyically applied to a container whose child windows should be animated
+// Enable visibility change animation for all children of the |window|.
+// Typically applied to a container whose child windows should be animated
// when their visibility changes.
void WM_EXPORT SetChildWindowVisibilityChangesAnimated(
aura::Window* window);
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698