| Index: ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc b/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| index 3bfdd4c88089e18c0d928b83357269ece5538676..96225807e8427683330542ebca013278a1552b55 100644
|
| --- a/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// From private/ppb_camera_capabilities_private.idl modified Thu Feb 19 09:06:18
|
| +// From private/ppb_camera_capabilities_private.idl modified Tue Feb 24 19:28:46
|
| // 2015.
|
|
|
| -#include <stdint.h>
|
| -
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/private/ppb_camera_capabilities_private.h"
|
| #include "ppapi/shared_impl/tracked_callback.h"
|
| @@ -38,8 +36,7 @@ void GetSupportedVideoCaptureFormats(PP_Resource capabilities,
|
|
|
| const PPB_CameraCapabilities_Private_0_1
|
| g_ppb_cameracapabilities_private_thunk_0_1 = {
|
| - &IsCameraCapabilities,
|
| - &GetSupportedVideoCaptureFormats};
|
| + &IsCameraCapabilities, &GetSupportedVideoCaptureFormats};
|
|
|
| } // namespace
|
|
|
|
|