1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Please see inteface_ppb_public_stable for the documentation on the format of
// this file.
#include "ppapi/thunk/interfaces_preamble.h"
PROXIED_API(PPB_Flash)
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_INTERFACE_11_0,
PPB_Flash_11)
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_INTERFACE_12_0,
PPB_Flash_12_0)
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_INTERFACE_12_1,
PPB_Flash_12_1)
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_INTERFACE_12_2,
PPB_Flash_12_2)
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY,
PPB_Flash_Clipboard_3_0)
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_CLIPBOARD_INTERFACE_3_0,
PPB_Flash_Clipboard_3_0)
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_CLIPBOARD_INTERFACE_4_0,
PPB_Flash_Clipboard_4_0)
#include "ppapi/thunk/interfaces_postamble.h"
|