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

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

Issue 761903003: Update from https://crrev.com/306655 (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
« 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 cb1ab28999970fb70097ed3d372fb4e1b709ed3d..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)
@@ -207,8 +210,6 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
void PumpCommands();
void PerformIdleWork();
- static scoped_refptr<Service> GetDefaultService();
-
// Members accessed on the gpu thread (possibly with the exception of
// creation):
bool context_lost_;
« 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