DescriptionFix 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 #
Messages
Total messages: 3 (0 generated)
|