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

Unified Diff: src/shared/ppapi_proxy/plugin_context_3d.cc

Issue 7631010: NaCl Proxy for graphics3d. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 4 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 | « src/shared/ppapi_proxy/nacl.scons ('k') | src/shared/ppapi_proxy/plugin_opengles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/plugin_context_3d.cc
===================================================================
--- src/shared/ppapi_proxy/plugin_context_3d.cc (revision 6482)
+++ src/shared/ppapi_proxy/plugin_context_3d.cc (working copy)
@@ -34,7 +34,7 @@
PP_Resource resource;
if (attrib_list) {
attrib_list_size = 1;
- while (PP_GRAPHICS3DATTRIBVALUE_NONE != attrib_list[attrib_list_size - 1]) {
+ while (PP_GRAPHICS3DATTRIB_NONE != attrib_list[attrib_list_size - 1]) {
attrib_list_size += 2;
}
}
« no previous file with comments | « src/shared/ppapi_proxy/nacl.scons ('k') | src/shared/ppapi_proxy/plugin_opengles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698