Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3936)

Unified Diff: chrome/browser/ui/views/download/download_shelf_view.h

Issue 9309110: Refactored MouseWatcher to allow regions other than Views to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/download/download_shelf_view.h
diff --git a/chrome/browser/ui/views/download/download_shelf_view.h b/chrome/browser/ui/views/download/download_shelf_view.h
index 51218050920541f9b84f8a50becf027f32737132..da55a8a5867723dcc4a22b718a274fc9fcaf0e81 100644
--- a/chrome/browser/ui/views/download/download_shelf_view.h
+++ b/chrome/browser/ui/views/download/download_shelf_view.h
@@ -76,8 +76,8 @@ class DownloadShelfView : public views::AccessiblePaneView,
virtual bool IsClosing() const OVERRIDE;
virtual Browser* browser() const OVERRIDE;
- // Implementation of MouseWatcherDelegate OVERRIDE.
- virtual void MouseMovedOutOfView() OVERRIDE;
+ // Implementation of MouseWatcherListener OVERRIDE.
+ virtual void MouseMovedOutOfHost() OVERRIDE;
// Override views::FocusChangeListener method from AccessiblePaneView.
virtual void OnWillChangeFocus(View* focused_before,
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698