| Index: views/window/native_frame_view.h
|
| ===================================================================
|
| --- views/window/native_frame_view.h (revision 38171)
|
| +++ views/window/native_frame_view.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| @@ -20,7 +20,6 @@
|
| virtual gfx::Rect GetBoundsForClientView() const;
|
| virtual gfx::Rect GetWindowBoundsForClientBounds(
|
| const gfx::Rect& client_bounds) const;
|
| - virtual gfx::Point GetSystemMenuPoint() const;
|
| virtual int NonClientHitTest(const gfx::Point& point);
|
| virtual void GetWindowMask(const gfx::Size& size,
|
| gfx::Path* window_mask);
|
|
|