/* 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_trace_event_dev.idl modified Tue Jun 25 16:12:08 2013. */ #ifndef PPAPI_C_DEV_PPB_TRACE_EVENT_DEV_H_ #define PPAPI_C_DEV_PPB_TRACE_EVENT_DEV_H_ #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_stdint.h" #define PPB_TRACE_EVENT_DEV_INTERFACE_0_1 … #define PPB_TRACE_EVENT_DEV_INTERFACE_0_2 … #define PPB_TRACE_EVENT_DEV_INTERFACE … /** * @file * This file defines the <code>PPB_Trace_Event</code> interface. It is meant * to be used in plugins as the API that trace macros from trace_event.h use. */ /** * @addtogroup Typedefs * @{ */ /** * A trace event timestamp. */ PP_TraceEventTime; /** * @} */ /** * @addtogroup Interfaces * @{ */ struct PPB_Trace_Event_Dev_0_2 { … }; PPB_Trace_Event_Dev; struct PPB_Trace_Event_Dev_0_1 { … }; /** * @} */ #endif /* PPAPI_C_DEV_PPB_TRACE_EVENT_DEV_H_ */