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

Unified Diff: o3d/gpu_plugin/gpu_plugin_object.h

Issue 194049: Implemented shared memory as an NPObject. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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: o3d/gpu_plugin/gpu_plugin_object.h
===================================================================
--- o3d/gpu_plugin/gpu_plugin_object.h (revision 25632)
+++ o3d/gpu_plugin/gpu_plugin_object.h (working copy)
@@ -8,7 +8,7 @@
#include <string>
#include "o3d/gpu_plugin/command_buffer.h"
-#include "o3d/gpu_plugin/np_utils/dispatched_np_object.h"
+#include "o3d/gpu_plugin/np_utils/default_np_object.h"
#include "o3d/gpu_plugin/np_utils/np_dispatcher.h"
#include "o3d/gpu_plugin/np_utils/np_plugin_object.h"
#include "o3d/gpu_plugin/np_utils/np_utils.h"
@@ -63,7 +63,6 @@
Status status_;
NPWindow window_;
NPObjectPointer<CommandBuffer> command_buffer_object_;
- NPSharedMemory* shared_memory_;
};
} // namespace gpu_plugin

Powered by Google App Engine
This is Rietveld 408576698