/* 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_view.idl modified Fri Sep 5 11:32:22 2014. */ #ifndef PPAPI_C_PPB_VIEW_H_ #define PPAPI_C_PPB_VIEW_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_point.h" #include "ppapi/c/pp_rect.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_size.h" #include "ppapi/c/pp_stdint.h" #define PPB_VIEW_INTERFACE_1_0 … #define PPB_VIEW_INTERFACE_1_1 … #define PPB_VIEW_INTERFACE_1_2 … #define PPB_VIEW_INTERFACE … /** * @file * This file defines the <code>PPB_View</code> struct representing the state * of the view of an instance. */ /** * @addtogroup Interfaces * @{ */ /** * <code>PPB_View</code> represents the state of the view of an instance. * You will receive new view information using * <code>PPP_Instance.DidChangeView</code>. */ struct PPB_View_1_2 { … }; PPB_View; struct PPB_View_1_0 { … }; struct PPB_View_1_1 { … }; /** * @} */ #endif /* PPAPI_C_PPB_VIEW_H_ */