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

Unified Diff: ash/launcher/launcher_button.h

Issue 10702102: Added hover feedback on touch to launcher buttons. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed stale include. Created 8 years, 5 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 | ash/launcher/launcher_button.cc » ('j') | ash/launcher/launcher_button.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_button.h
diff --git a/ash/launcher/launcher_button.h b/ash/launcher/launcher_button.h
index 907031e2fa5b41d4d0dca4b360c832d61322aae4..09c618e9badb5d5987b658cfcf07d438c082a93d 100644
--- a/ash/launcher/launcher_button.h
+++ b/ash/launcher/launcher_button.h
@@ -82,6 +82,8 @@ class LauncherButton : public views::CustomButton {
};
// View overrides:
+ virtual ui::GestureStatus OnGestureEvent(const views::GestureEvent& event)
+ OVERRIDE;
flackr 2012/07/05 14:11:12 In general I think we try to order these in the sa
Kevin Greer 2012/07/05 18:35:04 Done.
virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE;
virtual void OnMouseCaptureLost() OVERRIDE;
« no previous file with comments | « no previous file | ash/launcher/launcher_button.cc » ('j') | ash/launcher/launcher_button.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698