Index: ppapi/proxy/ppb_instance_proxy.cc |
diff --git a/ppapi/proxy/ppb_instance_proxy.cc b/ppapi/proxy/ppb_instance_proxy.cc |
index 62335c2c2ff8f62f6deac79d0f49d0e47430ea81..7cc33f0cad15b5cf0e2a105c0ec009cae20c7068 100644 |
--- a/ppapi/proxy/ppb_instance_proxy.cc |
+++ b/ppapi/proxy/ppb_instance_proxy.cc |
@@ -491,8 +491,9 @@ void PPB_Instance_Proxy::OnHostMsgClearInputEvents(PP_Instance instance, |
enter.functions()->ClearInputEventRequest(instance, event_classes); |
} |
-void PPB_Instance_Proxy::OnHostMsgPostMessage(PP_Instance instance, |
- SerializedVarReceiveInput message) { |
+void PPB_Instance_Proxy::OnHostMsgPostMessage( |
+ PP_Instance instance, |
+ SerializedVarReceiveInput message) { |
EnterInstanceNoLock enter(instance, false); |
if (enter.succeeded()) |
enter.functions()->PostMessage(instance, message.Get(dispatcher())); |