/* 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_view_dev.idl modified Mon Jun 18 14:55:58 2012. */ #ifndef PPAPI_C_DEV_PPB_VIEW_DEV_H_ #define PPAPI_C_DEV_PPB_VIEW_DEV_H_ #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #define PPB_VIEW_DEV_INTERFACE_0_1 … #define PPB_VIEW_DEV_INTERFACE … /** * @file * This file contains the <code>PPB_View_Dev</code> interface. */ /** * @addtogroup Interfaces * @{ */ /* PPB_View_Dev interface */ struct PPB_View_Dev_0_1 { … }; PPB_View_Dev; /** * @} */ #endif /* PPAPI_C_DEV_PPB_VIEW_DEV_H_ */