diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 14:47:45 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 14:47:45 +0000 |
commit | 59ada8162749a5be2d58f3ed7340d470d588e4a0 (patch) | |
tree | 103849730118aceaa1475bad4ba0838464c19fbd /chrome/common/chrome_switches.cc | |
parent | 08aabf3b71843b01ae31eba672f5c1971b0f7747 (diff) | |
download | chromium_src-59ada8162749a5be2d58f3ed7340d470d588e4a0.zip chromium_src-59ada8162749a5be2d58f3ed7340d470d588e4a0.tar.gz chromium_src-59ada8162749a5be2d58f3ed7340d470d588e4a0.tar.bz2 |
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
Review URL: http://codereview.chromium.org/3440026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
0 files changed, 0 insertions, 0 deletions