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

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

Issue 12544006: Revert 186416 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 | « gpu/command_buffer/service/query_manager_unittest.cc ('k') | gpu/command_buffer/service/test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/test_helper.h
===================================================================
--- gpu/command_buffer/service/test_helper.h (revision 186458)
+++ gpu/command_buffer/service/test_helper.h (working copy)
@@ -11,9 +11,6 @@
namespace gles2 {
struct DisallowedFeatures;
-class Buffer;
-class BufferManager;
-class MockGLES2Decoder;
class TestHelper {
public:
@@ -89,11 +86,6 @@
UniformInfo* uniforms, size_t num_uniforms,
GLuint service_id);
- static void DoBufferData(
- ::gfx::MockGLInterface* gl, MockGLES2Decoder* decoder,
- BufferManager* manager, Buffer* buffer, GLsizeiptr size, GLenum usage,
- const GLvoid* data, GLenum error);
-
private:
static void SetupTextureInitializationExpectations(
::gfx::MockGLInterface* gl, GLenum target);
« no previous file with comments | « gpu/command_buffer/service/query_manager_unittest.cc ('k') | gpu/command_buffer/service/test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698