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

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

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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/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 a022db2511cf3d8c9688b088a8ffd1286e669d5b..5d77244f835a14ad86b6a40f8d603f2a0777f3d1 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.h
+++ b/gpu/command_buffer/service/in_process_command_buffer.h
@@ -48,7 +48,6 @@ namespace gpu {
class SyncPointClient;
class SyncPointOrderData;
class SyncPointManager;
-class ValueStateMap;
namespace gles2 {
class FramebufferCompletenessCache;
@@ -56,7 +55,6 @@ class GLES2Decoder;
class MailboxManager;
class ProgramCache;
class ShaderTranslatorCache;
-class SubscriptionRefSet;
}
class CommandBufferServiceBase;
@@ -158,8 +156,6 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
const GpuDriverBugWorkarounds& gpu_driver_bug_workarounds();
scoped_refptr<gfx::GLShareGroup> share_group();
scoped_refptr<gles2::MailboxManager> mailbox_manager();
- scoped_refptr<gles2::SubscriptionRefSet> subscription_ref_set();
- scoped_refptr<gpu::ValueStateMap> pending_valuebuffer_state();
gpu::gles2::ProgramCache* program_cache();
private:
@@ -167,8 +163,6 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
const GpuDriverBugWorkarounds gpu_driver_bug_workarounds_;
scoped_refptr<gfx::GLShareGroup> share_group_;
scoped_refptr<gles2::MailboxManager> mailbox_manager_;
- scoped_refptr<gles2::SubscriptionRefSet> subscription_ref_set_;
- scoped_refptr<gpu::ValueStateMap> pending_valuebuffer_state_;
std::unique_ptr<gpu::gles2::ProgramCache> program_cache_;
};
« 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