diff options
Diffstat (limited to 'ui/views/view.cc')
-rw-r--r-- | ui/views/view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/views/view.cc b/ui/views/view.cc index d764d2f..5e371af 100644 --- a/ui/views/view.cc +++ b/ui/views/view.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -1199,7 +1199,7 @@ void View::ReorderLayers() { while (v && !v->layer()) v = v->parent(); - // Forward to widget in case we're in a NativeWidgetView. + // Forward to widget in case we're in a NativeWidgetAura. if (!v) { if (GetWidget()) GetWidget()->ReorderLayers(); |