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

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

Issue 165393003: gpu: Generate mailboxes on client side (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
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 c6d6e022094171244d0ce94dbac8d64c8570455b..88c37e886e12243a092dd15aaed13ebcbc6043c6 100644
--- a/gpu/command_buffer/client/client_test_helper.h
+++ b/gpu/command_buffer/client/client_test_helper.h
@@ -94,8 +94,6 @@ class MockClientGpuControl : public GpuControl {
unsigned internalformat,
int32* id));
MOCK_METHOD1(DestroyGpuMemoryBuffer, void(int32 id));
- MOCK_METHOD2(GenerateMailboxNames, bool(unsigned num,
- std::vector<gpu::Mailbox>* names));
MOCK_METHOD0(InsertSyncPoint, uint32());
MOCK_METHOD2(SignalSyncPoint, void(uint32 id,
const base::Closure& callback));

Powered by Google App Engine
This is Rietveld 408576698