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.
6 /* This file tests the namespace functions in the parser. */
13 typedef int32_t PP_Instance
;
16 typedef int32_t PP_Resource
;
19 interface PPB_Bar_0_3
{
22 [in] PP_Instance instance
,
24 [in] PP_Bool is_always_opaque
);
26 /* Returns PP_TRUE if the given resource is a valid Graphics2D, PP_FALSE if it
27 * is an invalid resource or is a resource of another type.
30 [in] PP_Resource resource
);