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

Unified Diff: o3d/gpu_plugin/np_utils/np_browser_stub.cc

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/np_utils/np_browser_stub.cc
===================================================================
--- o3d/gpu_plugin/np_utils/np_browser_stub.cc (revision 25244)
+++ o3d/gpu_plugin/np_utils/np_browser_stub.cc (working copy)
@@ -103,17 +103,5 @@
NPObject* StubNPBrowser::GetWindowNPObject(NPP npp) {
return NULL;
}
-
-
-NPSharedMemory* StubNPBrowser::MapSharedMemory(NPP id,
- NPObject* object,
- size_t size,
- bool read_only) {
- return NULL;
-}
-
-void StubNPBrowser::UnmapSharedMemory(NPP id,
- NPSharedMemory* shared_memory) {
-}
} // namespace gpu_plugin
} // namespace o3d

Powered by Google App Engine
This is Rietveld 408576698