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

Unified Diff: gpu/command_buffer/service/command_buffer_service.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/service/command_buffer_service.h
diff --git a/gpu/command_buffer/service/command_buffer_service.h b/gpu/command_buffer/service/command_buffer_service.h
index 809891b67474f0485ee451a57a5ce47c5fd0cea3..d3122965cc03c229e4e6224567a38dbd7e357e11 100644
--- a/gpu/command_buffer/service/command_buffer_service.h
+++ b/gpu/command_buffer/service/command_buffer_service.h
@@ -58,6 +58,7 @@ class GPU_EXPORT CommandBufferService : public CommandBufferServiceBase {
void SetGetBuffer(int32 transfer_buffer_id) override;
scoped_refptr<Buffer> CreateTransferBuffer(size_t size, int32* id) override;
void DestroyTransferBuffer(int32 id) override;
+ void GetRouteInformation(int* channel_id, uint32_t* route_id) override;
// CommandBufferServiceBase implementation:
void SetGetOffset(int32 get_offset) override;

Powered by Google App Engine
This is Rietveld 408576698