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

Unified Diff: ppapi/api/private/ppb_camera_capabilities_private.idl

Issue 848863002: PPAPI: implement GetSupportedPreviewSizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error on Linux build Created 5 years, 11 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
Index: ppapi/api/private/ppb_camera_capabilities_private.idl
diff --git a/ppapi/api/private/ppb_camera_capabilities_private.idl b/ppapi/api/private/ppb_camera_capabilities_private.idl
index 57c7421997f9da1c290e58b19294d3dd72de876d..98456b8b3c9e9032527807ef7b78207c5a152857 100644
--- a/ppapi/api/private/ppb_camera_capabilities_private.idl
+++ b/ppapi/api/private/ppb_camera_capabilities_private.idl
@@ -11,7 +11,7 @@
[generate_thunk]
label Chrome {
- M39 = 0.1
+ M40 = 0.1
wuchengli 2015/01/19 14:05:03 Tot is M42.
Justin Chuang 2015/01/26 15:00:50 Done, but it requires to uprev pp_macro.h
wuchengli 2015/01/29 13:52:14 I don't understand. Can you explain?
Justin Chuang 2015/02/02 08:43:44 pp_macro.h defines M41. I need to change it to M42
};
/**

Powered by Google App Engine
This is Rietveld 408576698