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. |