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

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: Refinements, 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
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 ----------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698