Revert "Fix broken channel icon in chrome://help on CrOS" and try again
[chromium-blink-merge.git] / ppapi / generators / test_cgen_range / versions.idl
blobe00686e654f64fd8b9f16004608819815ff506e1
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 /* File Comment. */
8 label Chrome {
9 M13 = 0.0,
10 M14 = 1.0,
11 M15 = 2.0,
12 M16 = 3.0,
13 M17 = 4.0
16 /* Bogus Interface Foo */
17 [version=0.0]
18 interface Foo {
19 /**
20 * Comment for function x
22 [version=0.0] int32_t Bar(int32_t x);
23 /**
24 * Comment for function x,y
26 [version=1.0] int32_t Bar(int32_t x, int32_t y);
27 /**
28 * Comment for function x,y,z
30 [version=2.0] int32_t Bar(int32_t x, int32_t y, int32_t z);