Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(838)

Side by Side Diff: ppapi/thunk/interfaces_legacy.h

Issue 238923007: PPAPI: Format ppapi/thunk using clang-format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use Popen instead, force carriage returns in thunks Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 #ifndef LEGACY_IFACE 4 #ifndef LEGACY_IFACE
5 #define LEGACY_IFACE(iface_str, function_name) 5 #define LEGACY_IFACE(iface_str, function_name)
6 #endif 6 #endif
7 7
8 LEGACY_IFACE(PPB_INPUT_EVENT_INTERFACE_1_0, 8 LEGACY_IFACE(PPB_INPUT_EVENT_INTERFACE_1_0,
9 ::ppapi::thunk::GetPPB_InputEvent_1_0_Thunk()) 9 ::ppapi::thunk::GetPPB_InputEvent_1_0_Thunk())
10 LEGACY_IFACE(PPB_INSTANCE_PRIVATE_INTERFACE_0_1, 10 LEGACY_IFACE(PPB_INSTANCE_PRIVATE_INTERFACE_0_1,
(...skipping 22 matching lines...) Expand all
33 LEGACY_IFACE(PPB_VAR_DEPRECATED_INTERFACE, 33 LEGACY_IFACE(PPB_VAR_DEPRECATED_INTERFACE,
34 PPB_Var_Deprecated_Impl::GetVarDeprecatedInterface()) 34 PPB_Var_Deprecated_Impl::GetVarDeprecatedInterface())
35 LEGACY_IFACE(PPB_VAR_INTERFACE_1_0, 35 LEGACY_IFACE(PPB_VAR_INTERFACE_1_0,
36 ::ppapi::PPB_Var_Shared::GetVarInterface1_0()) 36 ::ppapi::PPB_Var_Shared::GetVarInterface1_0())
37 LEGACY_IFACE(PPB_VAR_INTERFACE_1_1, 37 LEGACY_IFACE(PPB_VAR_INTERFACE_1_1,
38 ::ppapi::PPB_Var_Shared::GetVarInterface1_1()) 38 ::ppapi::PPB_Var_Shared::GetVarInterface1_1())
39 LEGACY_IFACE(PPB_VAR_INTERFACE_1_2, 39 LEGACY_IFACE(PPB_VAR_INTERFACE_1_2,
40 ::ppapi::PPB_Var_Shared::GetVarInterface1_2()) 40 ::ppapi::PPB_Var_Shared::GetVarInterface1_2())
41 LEGACY_IFACE(PPB_VAR_ARRAY_BUFFER_INTERFACE_1_0, 41 LEGACY_IFACE(PPB_VAR_ARRAY_BUFFER_INTERFACE_1_0,
42 ::ppapi::PPB_Var_Shared::GetVarArrayBufferInterface1_0()) 42 ::ppapi::PPB_Var_Shared::GetVarArrayBufferInterface1_0())
43
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698