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

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

Issue 14844004: gpu: Refactor to support cross-channel shared textures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix accidentally reverted behavior Created 7 years, 7 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: gpu/command_buffer/service/test_helper.h
diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
index 41cb3aa1b27c80c3bedd2ee7f5a9dfaa3725f750..11f7004a7688f3bc2c67332ef4b26751149cbb7a 100644
--- a/gpu/command_buffer/service/test_helper.h
+++ b/gpu/command_buffer/service/test_helper.h
@@ -15,7 +15,7 @@ struct DisallowedFeatures;
class Buffer;
class BufferManager;
class MockErrorState;
-class Texture;
+class TextureRef;
class TextureManager;
class TestHelper {
@@ -98,7 +98,7 @@ class TestHelper {
static void SetTexParameterWithExpectations(
::gfx::MockGLInterface* gl, MockErrorState* error_state,
- TextureManager* manager, Texture* texture,
+ TextureManager* manager, TextureRef* texture_ref,
GLenum pname, GLint value, GLenum error);
private:
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h ('k') | gpu/command_buffer/service/test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698