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

Unified Diff: o3d/gpu_plugin/np_utils/np_browser_mock.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/np_utils/np_browser_mock.h
===================================================================
--- o3d/gpu_plugin/np_utils/np_browser_mock.h (revision 25348)
+++ o3d/gpu_plugin/np_utils/np_browser_mock.h (working copy)
@@ -31,8 +31,6 @@
MOCK_METHOD2(CreateObject, NPObject*(NPP, const NPClass*));
MOCK_METHOD1(GetWindowNPObject, NPObject*(NPP));
- MOCK_METHOD4(MapSharedMemory, NPSharedMemory*(NPP, NPObject*, size_t, bool));
- MOCK_METHOD2(UnmapSharedMemory, void(NPP, NPSharedMemory*));
};
} // namespace gpu_plugin

Powered by Google App Engine
This is Rietveld 408576698