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

Unified Diff: chrome/browser/automation/automation_provider_win.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 | « no previous file | chrome/browser/chromeos/frame/panel_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider_win.cc
diff --git a/chrome/browser/automation/automation_provider_win.cc b/chrome/browser/automation/automation_provider_win.cc
index 9047ed7c4e448af894409e51a5487e4c2f09176e..6cc06d9f2fab3ef00fb89126ef14038c2104a0f3 100644
--- a/chrome/browser/automation/automation_provider_win.cc
+++ b/chrome/browser/automation/automation_provider_win.cc
@@ -107,7 +107,7 @@ class MouseEventTask : public Task {
break;
case ui::ET_MOUSE_RELEASED:
- view_->OnMouseReleased(event, false);
+ view_->OnMouseReleased(event);
break;
default:
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/panel_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698