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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.cc

Issue 10290006: Update gl2.h and gl2ext.h headers from Khronos. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/native_client/src/shared/ppapi/nacl.scons ('k') | ppapi/native_client/tests/ppapi/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.cc
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.cc (revision 134794)
+++ ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.cc (working copy)
@@ -169,8 +169,8 @@
strcmp(interface_name, PPP_INSTANCE_INTERFACE_1_1) == 0) {
srpc_result =
PppRpcClient::PPP_GetInterface(main_channel_,
- PPP_INSTANCE_INTERFACE_1_0,
- &exports_interface_name);
+ const_cast<char *>(PPP_INSTANCE_INTERFACE_1_0),
+ &exports_interface_name);
}
const void* ppp_interface = NULL;
« no previous file with comments | « ppapi/native_client/src/shared/ppapi/nacl.scons ('k') | ppapi/native_client/tests/ppapi/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698