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

Unified Diff: ui/aura/window.h

Issue 2391153002: Converts most of WorkspaceLayoutManager tests to use common code (Closed)
Patch Set: merge Created 4 years, 2 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: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 89b24bbf02ac9df8768b67404175cc2578338ff9..946904b02884139c16f5259693216912bf7ba54f 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -266,7 +266,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
// Returns the topmost Window with a delegate containing |local_point|.
Window* GetTopWindowContainingPoint(const gfx::Point& local_point);
- // Returns this window's toplevel window (the highest-up-the-tree anscestor
+ // Returns this window's toplevel window (the highest-up-the-tree ancestor
// that has a delegate set). The toplevel window may be |this|.
Window* GetToplevelWindow();

Powered by Google App Engine
This is Rietveld 408576698