Index: views/controls/resize_area.h |
diff --git a/views/controls/resize_area.h b/views/controls/resize_area.h |
index cf9bea784ae96b308801744fa961aeb4058cc2df..6c0f66d12498af2f775efdba7f3f99e5beb4e7b9 100644 |
--- a/views/controls/resize_area.h |
+++ b/views/controls/resize_area.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. |
@@ -46,8 +46,8 @@ class ResizeArea : public View { |
const gfx::Point& p) OVERRIDE; |
virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; |
virtual bool OnMouseDragged(const views::MouseEvent& event) OVERRIDE; |
- virtual void OnMouseReleased(const views::MouseEvent& event, bool canceled) |
- OVERRIDE; |
+ virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE; |
+ virtual void OnMouseCaptureLost() OVERRIDE; |
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |
private: |