Rename GDataSystemService to DriveSystemService
[chromium-blink-merge.git] / ppapi / generators / test_namespace / bar.idl
blobea7340244407621fd2a068d57109541b9bfe2526
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 /* This file tests the namespace functions in the parser. */
8 /* PPAPI ID */
9 typedef int32_t PP_Instance;
11 /* PPAPI ID */
12 typedef int32_t PP_Resource;
14 /* Interface test */
15 interface PPB_Bar_0_3 {
16 /* Face create */
17 PP_Resource Create(
18 [in] PP_Instance instance,
19 [in] PP_Size size,
20 [in] PP_Bool is_always_opaque);
22 /* Returns PP_TRUE if the given resource is a valid Graphics2D, PP_FALSE if it
23 * is an invalid resource or is a resource of another type.
25 PP_Bool IsGraphics2D(
26 [in] PP_Resource resource);