Chromium Code Reviews| Index: remoting/client/plugin/chromoting_instance.cc |
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc |
| index b44f5903754ab28c1d0f16349635acad39c6eca5..167d03329bb1375e1fb36b29d54355c9f25dbdff 100644 |
| --- a/remoting/client/plugin/chromoting_instance.cc |
| +++ b/remoting/client/plugin/chromoting_instance.cc |
| @@ -298,4 +298,10 @@ ChromotingStats* ChromotingInstance::GetStats() { |
| return client_->GetStats(); |
| } |
| +void ChromotingInstance::ReleaseAllKeys() { |
| + PepperInputHandler* pih |
| + = static_cast<PepperInputHandler*>(input_handler_.get()); |
|
garykac
2011/07/07 00:19:11
Why not add ReleaseAllKeys() to input_handler and
Jamie
2011/07/08 18:38:07
Fair point. Done.
|
| + pih->ReleaseAllKeys(); |
| +} |
| + |
| } // namespace remoting |