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

Unified Diff: mandoline/ui/aura/native_widget_view_manager.cc

Issue 1351363002: Fix the typo "visibility". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « chrome/test/data/tab-restore-visibilty.html ('k') | ui/message_center/views/message_center_button_bar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/native_widget_view_manager.cc
diff --git a/mandoline/ui/aura/native_widget_view_manager.cc b/mandoline/ui/aura/native_widget_view_manager.cc
index ba863711ba6062955c51478bba767f32c5741abf..7211d896c1ad47570b401c128eb702ec541f4a4d 100644
--- a/mandoline/ui/aura/native_widget_view_manager.cc
+++ b/mandoline/ui/aura/native_widget_view_manager.cc
@@ -72,7 +72,7 @@ void NativeWidgetViewManager::OnWindowVisibilityChanged(aura::Window* window,
bool visible) {
view_->SetVisible(visible);
// NOTE: We could also update aura::Window's visibility when the View's
- // visibilty changes, but this code isn't going to be around for very long so
+ // visibility changes, but this code isn't going to be around for very long so
// I'm not bothering.
}
« no previous file with comments | « chrome/test/data/tab-restore-visibilty.html ('k') | ui/message_center/views/message_center_button_bar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698