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

Side by Side Diff: ppapi/c/pp_macros.h

Issue 703753002: Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « ppapi/c/pp_codecs.h ('k') | ppapi/c/ppb_video_decoder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /* From pp_macros.idl modified Fri Jun 6 18:08:58 2014. */ 6 /* From pp_macros.idl modified Fri Jun 6 18:08:58 2014. */
7 7
8 #ifndef PPAPI_C_PP_MACROS_H_ 8 #ifndef PPAPI_C_PP_MACROS_H_
9 #define PPAPI_C_PP_MACROS_H_ 9 #define PPAPI_C_PP_MACROS_H_
10 10
11 11 #define PPAPI_RELEASE 40
12 #define PPAPI_RELEASE 39
13 12
14 /** 13 /**
15 * @file 14 * @file
16 * Defines the common macros such as assert, inline, ... 15 * Defines the common macros such as assert, inline, ...
17 */ 16 */
18 17
19 18
20 19
21 /* 20 /*
22 * @addtogroup PP 21 * @addtogroup PP
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 #define PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES(NAME, SIZE) \ 94 #define PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES(NAME, SIZE) \
96 PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, enum NAME, SIZE) 95 PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, enum NAME, SIZE)
97 96
98 /** 97 /**
99 * @} 98 * @}
100 * End of addtogroup PP 99 * End of addtogroup PP
101 */ 100 */
102 101
103 #endif /* PPAPI_C_PP_MACROS_H_ */ 102 #endif /* PPAPI_C_PP_MACROS_H_ */
104 103
OLDNEW
« no previous file with comments | « ppapi/c/pp_codecs.h ('k') | ppapi/c/ppb_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698