unbreaking build.

This commit is contained in:
Aidan Campbell 2016-02-13 18:22:58 -05:00
parent 3cfeca7d92
commit 230ef7f84b

View File

@ -48,6 +48,11 @@ class MoonlightInstance : public pp::Instance, public pp::MouseLock {
bool Init(uint32_t argc, const char* argn[], const char* argv[]);
void HandleMessage(const pp::Var& var_message);
void handlePair(std::string pairMessage);
void handleShowGames(std::string showGamesMessage);
void handleStartStream(std::string startStreamMessage);
void handleStopStream(std::string stopStreamMessage);
bool HandleInputEvent(const pp::InputEvent& event);