| Index: src/shared/ppapi_proxy/plugin_ppb_gles_extensions.h
|
| diff --git a/src/shared/ppapi_proxy/plugin_ppb_gles_extensions.h b/src/shared/ppapi_proxy/plugin_ppb_gles_extensions.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2f1f4cd98fbaf3207cbce5a0416a26b963ef9bf5
|
| --- /dev/null
|
| +++ b/src/shared/ppapi_proxy/plugin_ppb_gles_extensions.h
|
| @@ -0,0 +1,22 @@
|
| +//
|
| +// Copyright 2011 The Native Client Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can
|
| +// be found in the LICENSE file.
|
| +
|
| +#ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_GLES_EXTENSIONS_H_
|
| +#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_GLES_EXTENSIONS_H_
|
| +
|
| +#include "ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h"
|
| +
|
| +namespace ppapi_proxy {
|
| +
|
| +namespace GLESChromiumTextureMapping {
|
| +
|
| +const PPB_GLESChromiumTextureMapping_Dev* GetInterface();
|
| +
|
| +} // namespace GLESChromiumTextureMapping
|
| +
|
| +} // namespace ppapi_proxy
|
| +
|
| +#endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_GLES_EXTENSIONS_H_
|
| +
|
|
|