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

Unified Diff: ui/views/view.cc

Issue 6685069: Disambiguate OnMouseCaptureLost from OnMouseReleased, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, fix tests, cleanup, etc. Created 9 years, 9 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 | « chrome/browser/ui/views/tabs/side_tab_strip.cc ('k') | views/controls/button/button_dropdown.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 5742af18a0c972b27c273a651f5ed44b082a69ac..7530608673a909c99cdf8f62d9e036f218b15fdd 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -440,23 +440,18 @@ bool View::OnMouseDragged(const MouseEvent& event) {
}
void View::OnMouseReleased(const MouseEvent& event) {
-
}
void View::OnMouseCaptureLost() {
-
}
void View::OnMouseMoved(const MouseEvent& event) {
-
}
void View::OnMouseEntered(const MouseEvent& event) {
-
}
void View::OnMouseExited(const MouseEvent& event) {
-
}
// Accelerators ----------------------------------------------------------------
« no previous file with comments | « chrome/browser/ui/views/tabs/side_tab_strip.cc ('k') | views/controls/button/button_dropdown.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698