Index: content/renderer/pepper/pepper_video_destination_host.cc |
diff --git a/content/renderer/pepper/pepper_video_destination_host.cc b/content/renderer/pepper/pepper_video_destination_host.cc |
index b8cccd18582b6a9acafb770c5d02a9099147d499..4f0e63c6fca79834eb65d33d4fd392d3ef373bac 100644 |
--- a/content/renderer/pepper/pepper_video_destination_host.cc |
+++ b/content/renderer/pepper/pepper_video_destination_host.cc |
@@ -37,7 +37,7 @@ int32_t PepperVideoDestinationHost::OnResourceMessageReceived( |
HostMessageContext* context) { |
IPC_BEGIN_MESSAGE_MAP(PepperVideoDestinationHost, msg) |
PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_VideoDestination_Open, |
- OnHostMsgOpen) |
+ OnHostMsgOpen) |
PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_VideoDestination_PutFrame, |
OnHostMsgPutFrame) |
PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_VideoDestination_Close, |