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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 7471006: Revert 93223 - Reland http://codereview.chromium.org/7452002/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/ppp_instance_combined.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.h
===================================================================
--- remoting/client/plugin/chromoting_instance.h (revision 93228)
+++ remoting/client/plugin/chromoting_instance.h (working copy)
@@ -23,13 +23,13 @@
#include "remoting/protocol/connection_to_host.h"
class MessageLoop;
+struct PP_InputEvent;
namespace base {
class Thread;
} // namespace base
namespace pp {
-class InputEvent;
class Module;
} // namespace pp
@@ -64,7 +64,7 @@
virtual bool Init(uint32_t argc, const char* argn[], const char* argv[]);
virtual void Connect(const ClientConfig& config);
- virtual bool HandleInputEvent(const pp::InputEvent& event);
+ virtual bool HandleInputEvent(const PP_InputEvent& event);
virtual void Disconnect();
virtual pp::Var GetInstanceObject();
« no previous file with comments | « ppapi/shared_impl/ppp_instance_combined.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698