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

Unified Diff: ash/wm/workspace/frame_maximize_button.cc

Issue 10829323: Fixing problem with not showing bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ash/wm/workspace/frame_maximize_button.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/frame_maximize_button.cc
diff --git a/ash/wm/workspace/frame_maximize_button.cc b/ash/wm/workspace/frame_maximize_button.cc
index 338db38f476a6bb85a6e8fe70c20f074a0d99c80..fb3f7239d05f14da72daabc10d295500f1ff89ca 100644
--- a/ash/wm/workspace/frame_maximize_button.cc
+++ b/ash/wm/workspace/frame_maximize_button.cc
@@ -196,7 +196,8 @@ bool FrameMaximizeButton::OnMousePressed(const ui::MouseEvent& event) {
return true;
}
-void FrameMaximizeButton::OnMouseEntered(const ui::MouseEvent& event) {
+void FrameMaximizeButton::OnMouseMoved(const ui::MouseEvent& event) {
+ // Note: This event only gets triggered when the mouse moves over the button.
ImageButton::OnMouseEntered(event);
sky 2012/08/14 20:11:38 ImageButton::OnMouseMoved
if (!maximizer_.get()) {
DCHECK(GetWidget());
« no previous file with comments | « ash/wm/workspace/frame_maximize_button.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698