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

Side by Side Diff: ui/views/window/non_client_view.cc

Issue 8552005: views: Move views/window/ to ui/views/window directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/views/window/non_client_view.h ('k') | ui/views/window/window_resources.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "views/window/non_client_view.h" 5 #include "views/window/non_client_view.h"
6 6
7 #include "ui/base/accessibility/accessible_view_state.h" 7 #include "ui/base/accessibility/accessible_view_state.h"
8 #include "ui/base/hit_test.h" 8 #include "ui/base/hit_test.h"
9 #include "views/widget/root_view.h" 9 #include "views/widget/root_view.h"
10 #include "views/widget/widget.h" 10 #include "views/widget/widget.h"
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 std::string NonClientFrameView::GetClassName() const { 267 std::string NonClientFrameView::GetClassName() const {
268 return kViewClassName; 268 return kViewClassName;
269 } 269 }
270 270
271 void NonClientFrameView::OnBoundsChanged(const gfx::Rect& previous_bounds) { 271 void NonClientFrameView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
272 // Overridden to do nothing. The NonClientView manually calls Layout on the 272 // Overridden to do nothing. The NonClientView manually calls Layout on the
273 // FrameView when it is itself laid out, see comment in NonClientView::Layout. 273 // FrameView when it is itself laid out, see comment in NonClientView::Layout.
274 } 274 }
275 275
276 } // namespace views 276 } // namespace views
OLDNEW
« no previous file with comments | « ui/views/window/non_client_view.h ('k') | ui/views/window/window_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698