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

Unified Diff: gpu/command_buffer/service/in_process_command_buffer.h

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/in_process_command_buffer.h
diff --git a/gpu/command_buffer/service/in_process_command_buffer.h b/gpu/command_buffer/service/in_process_command_buffer.h
index b1abd4c1d7b0cae0482ace63e9a554a43c8c814c..eec889ffcdf5488ddb88557c015ced9f5f7e6ce1 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.h
+++ b/gpu/command_buffer/service/in_process_command_buffer.h
@@ -52,6 +52,7 @@ namespace gles2 {
class GLES2Decoder;
class MailboxManager;
class ShaderTranslatorCache;
+class SubscriptionRefSet;
}
class CommandBufferServiceBase;
@@ -139,10 +140,12 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
virtual scoped_refptr<gles2::ShaderTranslatorCache>
shader_translator_cache() = 0;
scoped_refptr<gles2::MailboxManager> mailbox_manager();
+ scoped_refptr<gles2::SubscriptionRefSet> subscription_ref_set();
scoped_refptr<gpu::ValueStateMap> pending_valuebuffer_state();
private:
scoped_refptr<gles2::MailboxManager> mailbox_manager_;
+ scoped_refptr<gles2::SubscriptionRefSet> subscription_ref_set_;
scoped_refptr<gpu::ValueStateMap> pending_valuebuffer_state_;
};
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc ('k') | gpu/command_buffer/service/in_process_command_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698