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

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

Issue 23234003: Support stream textures with the synchronous compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android clang Created 7 years, 4 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/stream_texture_manager_mock.h
diff --git a/gpu/command_buffer/service/stream_texture_manager_mock.h b/gpu/command_buffer/service/stream_texture_manager_mock.h
index ac145ec89f2cc1ba4180ded93d6ea847e81ed4cf..4b744f21b1e50bc9fc6c4096dcb035632763c721 100644
--- a/gpu/command_buffer/service/stream_texture_manager_mock.h
+++ b/gpu/command_buffer/service/stream_texture_manager_mock.h
@@ -18,8 +18,8 @@ class MockStreamTextureManager : public StreamTextureManager {
MockStreamTextureManager();
virtual ~MockStreamTextureManager();
- MOCK_METHOD2(CreateStreamTexture, GLuint(uint32 service_id,
- uint32 client_id));
+ MOCK_METHOD2(CreateStreamTexture,
+ uint32(uint32 service_id, uint32 client_id));
MOCK_METHOD1(DestroyStreamTexture, void(uint32 service_id));
MOCK_METHOD1(LookupStreamTexture, StreamTexture*(uint32 service_id));
« no previous file with comments | « gpu/command_buffer/service/stream_texture_manager_in_process_android.cc ('k') | gpu/command_buffer_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698