Index: remoting/client/plugin/chromoting_instance.cc |
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc |
index 0c63c49c622edf7d525bfe5d178b7fc44d2a7f89..14fad8e81255e4c1a081f8551f5e4d5a25e0403a 100644 |
--- a/remoting/client/plugin/chromoting_instance.cc |
+++ b/remoting/client/plugin/chromoting_instance.cc |
@@ -112,7 +112,7 @@ bool ChromotingInstance::CurrentlyOnPluginThread() const { |
return pepper_main_loop_dont_post_to_me_ == MessageLoop::current(); |
} |
-bool ChromotingInstance::HandleEvent(const PP_InputEvent& event) { |
+bool ChromotingInstance::HandleInputEvent(const PP_InputEvent& event) { |
DCHECK(CurrentlyOnPluginThread()); |
PepperInputHandler* pih |