/* 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 private/pp_private_font_charset.idl, * modified Fri Sep 07 12:50:35 2012. */ #ifndef PPAPI_C_PRIVATE_PP_PRIVATE_FONT_CHARSET_H_ #define PPAPI_C_PRIVATE_PP_PRIVATE_FONT_CHARSET_H_ #include "ppapi/c/pp_macros.h" /** * @file */ /** * @addtogroup Enums * @{ */ PP_PrivateFontCharset; PP_COMPILE_ASSERT_SIZE_IN_BYTES(…); /** * @} */ #endif /* PPAPI_C_PRIVATE_PP_PRIVATE_FONT_CHARSET_H_ */