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

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

Issue 1615253006: Removed last references to old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed references in TestContextSupport Created 4 years, 11 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 | « content/common/gpu/client/command_buffer_proxy_impl.cc ('k') | gpu/command_buffer/client/context_support.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 0be2899537a95dda5f59abade2aefa7ffd45be74..e125c7666edc176be238b6997ce7f86e88aca036 100644
--- a/gpu/command_buffer/client/client_test_helper.h
+++ b/gpu/command_buffer/client/client_test_helper.h
@@ -108,11 +108,6 @@ class MockClientGpuControl : public GpuControl {
size_t height,
unsigned internalformat,
unsigned usage));
- MOCK_METHOD0(InsertSyncPoint, uint32_t());
- MOCK_METHOD0(InsertFutureSyncPoint, uint32_t());
- MOCK_METHOD1(RetireSyncPoint, void(uint32_t id));
- MOCK_METHOD2(SignalSyncPoint,
- void(uint32_t id, const base::Closure& callback));
MOCK_METHOD2(SignalQuery,
void(uint32_t query, const base::Closure& callback));
MOCK_METHOD1(CreateStreamTexture, uint32_t(uint32_t));
« no previous file with comments | « content/common/gpu/client/command_buffer_proxy_impl.cc ('k') | gpu/command_buffer/client/context_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698