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

Unified Diff: gpu/command_buffer/service/cmd_buffer_engine.h

Issue 8865008: Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/command_buffer/common/command_buffer_mock.cc ('k') | gpu/command_buffer/service/cmd_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/cmd_buffer_engine.h
===================================================================
--- gpu/command_buffer/service/cmd_buffer_engine.h (revision 113511)
+++ gpu/command_buffer/service/cmd_buffer_engine.h (working copy)
@@ -29,9 +29,6 @@
// Sets the token value.
virtual void set_token(int32 token) = 0;
- // Sets the shared memory buffer used for commands.
- virtual bool SetGetBuffer(int32 transfer_buffer_id) = 0;
-
// Sets the "get" pointer. Return false if offset is out of range.
virtual bool SetGetOffset(int32 offset) = 0;
« no previous file with comments | « gpu/command_buffer/common/command_buffer_mock.cc ('k') | gpu/command_buffer/service/cmd_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698