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

Unified Diff: o3d/gpu_plugin/command_buffer_mock.h

Issue 216043: Added support for registering additional shared memory objects (textures and ... (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
« no previous file with comments | « o3d/gpu_plugin/command_buffer.cc ('k') | o3d/gpu_plugin/command_buffer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: o3d/gpu_plugin/command_buffer_mock.h
===================================================================
--- o3d/gpu_plugin/command_buffer_mock.h (revision 26762)
+++ o3d/gpu_plugin/command_buffer_mock.h (working copy)
@@ -26,6 +26,8 @@
MOCK_METHOD1(SetGetOffset, void(int32));
MOCK_METHOD0(GetPutOffset, int32());
MOCK_METHOD1(SetPutOffsetChangeCallback, void(Callback0::Type*));
+ MOCK_METHOD1(RegisterObject, int32(NPObjectPointer<NPObject>));
+ MOCK_METHOD2(UnregisterObject, void(NPObjectPointer<NPObject>, int32));
private:
DISALLOW_COPY_AND_ASSIGN(MockCommandBuffer);
« no previous file with comments | « o3d/gpu_plugin/command_buffer.cc ('k') | o3d/gpu_plugin/command_buffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698