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

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

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test race 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
« no previous file with comments | « gpu/command_buffer/service/gpu_switches.cc ('k') | gpu/command_buffer/service/in_process_command_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f84586729a64a67ef8aac7c23b55a78c1a47b9e2..b1abd4c1d7b0cae0482ace63e9a554a43c8c814c 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.h
+++ b/gpu/command_buffer/service/in_process_command_buffer.h
@@ -46,6 +46,7 @@ class StreamTextureManagerInProcess;
#endif
namespace gpu {
+class ValueStateMap;
namespace gles2 {
class GLES2Decoder;
@@ -138,9 +139,11 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
virtual scoped_refptr<gles2::ShaderTranslatorCache>
shader_translator_cache() = 0;
scoped_refptr<gles2::MailboxManager> mailbox_manager();
+ scoped_refptr<gpu::ValueStateMap> pending_valuebuffer_state();
private:
scoped_refptr<gles2::MailboxManager> mailbox_manager_;
+ scoped_refptr<gpu::ValueStateMap> pending_valuebuffer_state_;
};
#if defined(OS_ANDROID)
« no previous file with comments | « gpu/command_buffer/service/gpu_switches.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