| Index: ppapi/thunk/ppb_image_data_api.h
|
| ===================================================================
|
| --- ppapi/thunk/ppb_image_data_api.h (revision 84549)
|
| +++ ppapi/thunk/ppb_image_data_api.h (working copy)
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef PPAPI_THUNK_PPB_IMAGE_DATA_API_H_
|
| +#define PPAPI_THUNK_PPB_IMAGE_DATA_API_H_
|
| +
|
| #include "ppapi/c/pp_bool.h"
|
| #include "ppapi/c/ppb_image_data.h"
|
| #include "ppapi/c/pp_point.h"
|
| @@ -19,3 +22,5 @@
|
|
|
| } // namespace thunk
|
| } // namespace ppapi
|
| +
|
| +#endif // PPAPI_THUNK_PPB_IMAGE_DATA_API_H_
|
|
|