// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PPAPI_C_PRIVATE_PPB_PROXY_PRIVATE_H_ #define PPAPI_C_PRIVATE_PPB_PROXY_PRIVATE_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_module.h" #include "ppapi/c/pp_resource.h" #define PPB_PROXY_PRIVATE_INTERFACE … // Exposes functions needed by the out-of-process proxy to call into the // renderer PPAPI implementation. struct PPB_Proxy_Private { … }; #endif // PPAPI_C_PRIVATE_PPB_PROXY_PRIVATE_H_