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

Unified Diff: src/shared/ppapi_proxy/browser_graphics_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
Index: src/shared/ppapi_proxy/browser_graphics_3d.cc
===================================================================
--- src/shared/ppapi_proxy/browser_graphics_3d.cc (revision 6482)
+++ src/shared/ppapi_proxy/browser_graphics_3d.cc (working copy)
@@ -27,7 +27,7 @@
return (!attrib_list_count /* && !attrib_list*/) ||
((attrib_list_count & 1)
- && (attrib_list[attrib_list_count - 1] == PP_GRAPHICS3DATTRIBVALUE_NONE));
+ && (attrib_list[attrib_list_count - 1] == PP_GRAPHICS3DATTRIB_NONE));
}
} // namespace
« no previous file with comments | « src/shared/ppapi_proxy/browser_globals.cc ('k') | src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698