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

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

Issue 1331843005: Implemented new fence syncs which replaces the old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some fixes Created 5 years, 3 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 07234c70ccb1b50b2f6c044f7ae3f0504154d594..fa2959f3998bf76841a7a0cf494f6e1908631dc8 100644
--- a/gpu/command_buffer/client/client_test_helper.h
+++ b/gpu/command_buffer/client/client_test_helper.h
@@ -42,6 +42,7 @@ class MockCommandBufferBase : public CommandBufferServiceBase {
void SetParseError(error::Error error) override;
void SetContextLostReason(error::ContextLostReason reason) override;
int32 GetPutOffset() override;
+ void GetRouteInformation(int* channel_id, uint32_t* route_id) override;
// Get's the Id of the next transfer buffer that will be returned
// by CreateTransferBuffer. This is useful for testing expected ids.

Powered by Google App Engine
This is Rietveld 408576698