summaryrefslogtreecommitdiffstats
path: root/views/controls/resize_area.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/resize_area.h')
-rw-r--r--views/controls/resize_area.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/controls/resize_area.h b/views/controls/resize_area.h
index cf9bea7..6c0f66d 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: