summaryrefslogtreecommitdiffstats
path: root/views/window/non_client_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/non_client_view.cc')
-rw-r--r--views/window/non_client_view.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/views/window/non_client_view.cc b/views/window/non_client_view.cc
index 3fca8bc..23fda99 100644
--- a/views/window/non_client_view.cc
+++ b/views/window/non_client_view.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -91,10 +91,6 @@ gfx::Rect NonClientView::GetWindowBoundsForClientBounds(
return frame_view_->GetWindowBoundsForClientBounds(client_bounds);
}
-gfx::Point NonClientView::GetSystemMenuPoint() const {
- return frame_view_->GetSystemMenuPoint();
-}
-
int NonClientView::NonClientHitTest(const gfx::Point& point) {
// Sanity check.
if (!bounds().Contains(point))