Browse Source

nacl-instance : ::HandleMessage now does a MessageService::Send()

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
b0181eafd2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/platform/nacl/nacl-instance.cpp

+ 2
- 0
src/platform/nacl/nacl-instance.cpp View File

@@ -135,7 +135,9 @@ void NaClInstance::HandleMessage(const pp::Var& message)
{ {
if (!message.is_string()) if (!message.is_string())
return; return;

/* FIXME: do some shit here */ /* FIXME: do some shit here */
MessageService::Send(MSG_IN, message.AsString().c_str());
} }


void NaClInstance::DidChangeView(const pp::Rect& position, const pp::Rect& clip) void NaClInstance::DidChangeView(const pp::Rect& position, const pp::Rect& clip)


Loading…
Cancel
Save