Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1208)

Unified Diff: ppapi/thunk/ppb_camera_capabilities_private_thunk.cc

Issue 1820873005: Run ppapi/generators/generator.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/thunk/ppb_audio_encoder_thunk.cc ('k') | ppapi/thunk/ppb_camera_device_private_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ppapi/thunk/ppb_audio_encoder_thunk.cc ('k') | ppapi/thunk/ppb_camera_device_private_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698