Index: views/window/non_client_view.h |
diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h |
index b0b9137573c0293f18e9caebbe54aa00643fa545..d67857131b21539d8e4ad1b954b7b2a2d7628829 100644 |
--- a/views/window/non_client_view.h |
+++ b/views/window/non_client_view.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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. |
@@ -218,12 +218,13 @@ class NonClientView : public View { |
virtual void Layout() OVERRIDE; |
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |
+ virtual views::View* GetEventHandlerForPoint(const gfx::Point& point) |
sky
2011/05/02 14:26:27
Move implementation to match new position.
|
+ OVERRIDE; |
+ |
protected: |
// NonClientView, View overrides: |
virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child) |
OVERRIDE; |
- virtual views::View* GetEventHandlerForPoint(const gfx::Point& point) |
- OVERRIDE; |
private: |
// The frame that hosts this NonClientView. |