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

Unified Diff: gpu/command_buffer/tests/gl_manager.h

Issue 2752393002: gpu: Add SequenceId for identifying sync point sequences. (Closed)
Patch Set: piman's review 3 Created 3 years, 9 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 | « gpu/command_buffer/tests/fuzzer_main.cc ('k') | gpu/command_buffer/tests/gl_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_manager.h
diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
index 073b56a1435366a549e7dbdb87d537b986b2f944..ad0b70db6f388a3f404338b6c9511a75587c9a0a 100644
--- a/gpu/command_buffer/tests/gl_manager.h
+++ b/gpu/command_buffer/tests/gl_manager.h
@@ -35,7 +35,7 @@ namespace gpu {
class CommandBufferService;
class CommandExecutor;
class ImageFactory;
-class SyncPointClient;
+class SyncPointClientState;
class SyncPointOrderData;
class SyncPointManager;
class TransferBuffer;
@@ -161,7 +161,7 @@ class GLManager : private GpuControl {
SyncPointManager* sync_point_manager_ = nullptr; // Non-owning.
scoped_refptr<SyncPointOrderData> sync_point_order_data_;
- std::unique_ptr<SyncPointClient> sync_point_client_;
+ scoped_refptr<SyncPointClientState> sync_point_client_state_;
scoped_refptr<gles2::MailboxManager> mailbox_manager_;
scoped_refptr<gl::GLShareGroup> share_group_;
std::unique_ptr<CommandBufferService> command_buffer_;
« no previous file with comments | « gpu/command_buffer/tests/fuzzer_main.cc ('k') | gpu/command_buffer/tests/gl_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698