Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: src/shared/ppapi_proxy/plugin_ppb_gles_extensions.h

Issue 6579023: Added PPB_GLESChromiumTextureMapping interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 //
2 // Copyright 2011 The Native Client Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can
4 // be found in the LICENSE file.
5
6 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_GLES_EXTENSIONS_H_
7 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_GLES_EXTENSIONS_H_
8
9 #include "ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h"
10
11 namespace ppapi_proxy {
12
13 namespace GLESChromiumTextureMapping {
14
15 const PPB_GLESChromiumTextureMapping_Dev* GetInterface();
16
17 } // namespace GLESChromiumTextureMapping
18
19 } // namespace ppapi_proxy
20
21 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_GLES_EXTENSIONS_H_
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698