/* Copyright 2012 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From dev/ppb_buffer_dev.idl modified Wed Oct 5 14:06:02 2011. */ #ifndef PPAPI_C_DEV_PPB_BUFFER_DEV_H_ #define PPAPI_C_DEV_PPB_BUFFER_DEV_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #define PPB_BUFFER_DEV_INTERFACE_0_4 … #define PPB_BUFFER_DEV_INTERFACE … /** * @file * This file defines the <code>PPB_Buffer_Dev</code> interface. */ /** * @addtogroup Interfaces * @{ */ struct PPB_Buffer_Dev_0_4 { … }; PPB_Buffer_Dev; /** * @} */ #endif /* PPAPI_C_DEV_PPB_BUFFER_DEV_H_ */