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

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: Minor cleanup 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') | ui/views/mouse_watcher.h » ('J')
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..2bde0a04037323236d447fc66248cccc2805f446 100644
--- a/chrome/browser/ui/views/download/download_shelf_view.h
+++ b/chrome/browser/ui/views/download/download_shelf_view.h
@@ -77,7 +77,7 @@ class DownloadShelfView : public views::AccessiblePaneView,
virtual Browser* browser() const OVERRIDE;
// Implementation of MouseWatcherDelegate OVERRIDE.
sky 2012/02/06 16:03:34 MouseWatcherListener
DaveMoore 2012/02/06 17:10:16 Done.
- virtual void MouseMovedOutOfView() 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') | ui/views/mouse_watcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698