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

Issue 3440026: Fix mouse event handling in Chromoting plugin. (Closed)

Created:
10 years, 3 months ago by garykac
Modified:
9 years, 6 months ago
Reviewers:
brettw, awong
CC:
chromium-reviews, Sergey Ulanov, dmac, garykac, Alpha Left Google
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Fix mouse event handling in Chromoting plugin. Revision 60257 changed the Pepper PluginInstance to call HandleInputEvent instead of HandleEvent. Since HandleEvent was virtual in the subclass, this was not caught by the compiler. Here's where a proper 'override' keyword in C++ would've been nice. BUG=none TEST=verify mouse works Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60467

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M remoting/client/plugin/chromoting_instance.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/pepper_input_handler.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
garykac
10 years, 3 months ago (2010-09-23 22:21:48 UTC) #1
awong
LGTM
10 years, 3 months ago (2010-09-23 22:26:19 UTC) #2
brettw
10 years, 3 months ago (2010-09-23 23:45:25 UTC) #3
LGTM. Note that char events currently crash, Jam has a fix.

Powered by Google App Engine
This is Rietveld 408576698