Index: views/controls/link.h |
diff --git a/views/controls/link.h b/views/controls/link.h |
index e6163175ecbaf043554efe6fdf3f68f33f5c660b..7bdfe7a666fa09e204a02bb098a0e10b78178022 100644 |
--- a/views/controls/link.h |
+++ b/views/controls/link.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. |
@@ -48,10 +48,10 @@ class Link : public Label { |
// Overridden from View: |
virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE; |
virtual bool OnMouseDragged(const MouseEvent& event) OVERRIDE; |
- virtual void OnMouseReleased(const MouseEvent& event, |
- bool canceled) OVERRIDE; |
- virtual bool OnKeyPressed(const KeyEvent& e) OVERRIDE; |
- virtual bool SkipDefaultKeyEventProcessing(const KeyEvent& e) OVERRIDE; |
+ virtual void OnMouseReleased(const MouseEvent& event) OVERRIDE; |
+ virtual void OnMouseCaptureLost() OVERRIDE; |
+ virtual bool OnKeyPressed(const KeyEvent& event) OVERRIDE; |
+ virtual bool SkipDefaultKeyEventProcessing(const KeyEvent& event) OVERRIDE; |
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |
// Overridden from Label: |