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. */
9 typedef int32_t PP_Instance
;
12 typedef int32_t PP_Resource
;
15 interface PPB_Bar_0_3
{
18 [in] PP_Instance instance
,
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.
26 [in] PP_Resource resource
);