Procházet zdrojové kódy

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

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> před 11 roky
rodič
revize
b0181eafd2
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/platform/nacl/nacl-instance.cpp

+ 2
- 0
src/platform/nacl/nacl-instance.cpp Zobrazit soubor

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

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

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


Načítá se…
Zrušit
Uložit