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

Unified Diff: gpu_plugin/np_utils/np_browser.cc

Issue 360018: Removed command_buffer dependency on vectormath (indirectly via core/types.h)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 1 month 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 | « gpu_plugin/gpu_plugin.gyp ('k') | gpu_plugin/np_utils/np_headers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu_plugin/np_utils/np_browser.cc
===================================================================
--- gpu_plugin/np_utils/np_browser.cc (revision 30977)
+++ gpu_plugin/np_utils/np_browser.cc (working copy)
@@ -124,7 +124,7 @@
// NPN_MapMemory is an experiment. It only exists in NPNetscapeFuncs in
// a hacked version of Chromium.
#if defined(O3D_IN_CHROME)
- return netscape_funcs_->mapmemory(npp, object, size);
+ return NULL;
#else
return NPN_MapMemory(npp, object, size);
#endif
« no previous file with comments | « gpu_plugin/gpu_plugin.gyp ('k') | gpu_plugin/np_utils/np_headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698