| 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..7f76c5b1f270678f924bb17a6c04759069d6d4e0 100644
|
| --- a/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| @@ -2,8 +2,8 @@
|
| // 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
|
| -// 2015.
|
| +// From private/ppb_camera_capabilities_private.idl modified Wed Jan 27 17:10:16
|
| +// 2016.
|
|
|
| #include <stdint.h>
|
|
|
| @@ -38,8 +38,7 @@ void GetSupportedVideoCaptureFormats(PP_Resource capabilities,
|
|
|
| const PPB_CameraCapabilities_Private_0_1
|
| g_ppb_cameracapabilities_private_thunk_0_1 = {
|
| - &IsCameraCapabilities,
|
| - &GetSupportedVideoCaptureFormats};
|
| + &IsCameraCapabilities, &GetSupportedVideoCaptureFormats};
|
|
|
| } // namespace
|
|
|
|
|