Index: views/controls/single_split_view.h |
diff --git a/views/controls/single_split_view.h b/views/controls/single_split_view.h |
index de4ccf51b9409ccf9a9091cf18982080be4dc990..63fd702248ed20eafb164d34a1e9824a27fbb455 100644 |
--- a/views/controls/single_split_view.h |
+++ b/views/controls/single_split_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. |
@@ -80,7 +80,7 @@ class SingleSplitView : public views::View { |
// View overrides. |
virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE; |
virtual bool OnMouseDragged(const MouseEvent& event) OVERRIDE; |
- virtual void OnMouseReleased(const MouseEvent& event, bool canceled) OVERRIDE; |
+ virtual void OnMouseCaptureLost() OVERRIDE; |
virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE; |
private: |