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

Unified Diff: gpu/command_buffer/client/client_test_helper.h

Issue 2648893002: Remove remaining traces of CreateGpuMemoryBufferImageCHROMIUM (Closed)
Patch Set: Rebase, but don't pull in extra changes... Created 3 years, 10 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/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/client/gles2_c_lib_autogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/client_test_helper.h
diff --git a/gpu/command_buffer/client/client_test_helper.h b/gpu/command_buffer/client/client_test_helper.h
index 9df3e6bac71f0baec531811f0420bde699283050..31756c3526f7a0d33bdfec232ca83cfadefc7c83 100644
--- a/gpu/command_buffer/client/client_test_helper.h
+++ b/gpu/command_buffer/client/client_test_helper.h
@@ -102,11 +102,6 @@ class MockClientGpuControl : public GpuControl {
size_t height,
unsigned internalformat));
MOCK_METHOD1(DestroyImage, void(int32_t id));
- MOCK_METHOD4(CreateGpuMemoryBufferImage,
- int32_t(size_t width,
- size_t height,
- unsigned internalformat,
- unsigned usage));
MOCK_METHOD2(SignalQuery,
void(uint32_t query, const base::Closure& callback));
MOCK_METHOD1(CreateStreamTexture, uint32_t(uint32_t));
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/client/gles2_c_lib_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698