/* 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 ppb_console.idl modified Fri Nov 16 15:28:43 2012. */ #ifndef PPAPI_C_PPB_CONSOLE_H_ #define PPAPI_C_PPB_CONSOLE_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/pp_var.h" #define PPB_CONSOLE_INTERFACE_1_0 … #define PPB_CONSOLE_INTERFACE … /** * @file * This file defines the <code>PPB_Console</code> interface. */ /** * @addtogroup Enums * @{ */ PP_LogLevel; PP_COMPILE_ASSERT_SIZE_IN_BYTES(…); /** * @} */ /** * @addtogroup Interfaces * @{ */ struct PPB_Console_1_0 { … }; PPB_Console; /** * @} */ #endif /* PPAPI_C_PPB_CONSOLE_H_ */