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

Unified Diff: gpu/ipc/service/gpu_command_buffer_stub.cc

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/ipc/service/gpu_command_buffer_stub.h ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_command_buffer_stub.cc
diff --git a/gpu/ipc/service/gpu_command_buffer_stub.cc b/gpu/ipc/service/gpu_command_buffer_stub.cc
index 2f134e29bde6bc915b1f57ff34a8fd9481fca7e7..c533a6f460f1bb370d39b1f44d3c701ddc09b9d1 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.cc
+++ b/gpu/ipc/service/gpu_command_buffer_stub.cc
@@ -29,7 +29,6 @@
#include "gpu/command_buffer/service/query_manager.h"
#include "gpu/command_buffer/service/sync_point_manager.h"
#include "gpu/command_buffer/service/transfer_buffer_manager.h"
-#include "gpu/command_buffer/service/valuebuffer_manager.h"
#include "gpu/ipc/common/gpu_messages.h"
#include "gpu/ipc/service/gpu_channel.h"
#include "gpu/ipc/service/gpu_channel_manager.h"
@@ -170,8 +169,6 @@ GpuCommandBufferStub::GpuCommandBufferStub(
SurfaceHandle surface_handle,
gles2::MailboxManager* mailbox_manager,
PreemptionFlag* preempt_by_flag,
- gles2::SubscriptionRefSet* subscription_ref_set,
- ValueStateMap* pending_valuebuffer_state,
const gfx::Size& size,
const gles2::DisallowedFeatures& disallowed_features,
const std::vector<int32_t>& attribs,
@@ -219,8 +216,7 @@ GpuCommandBufferStub::GpuCommandBufferStub(
command_buffer_id_.GetUnsafeValue()),
channel_->gpu_channel_manager()->shader_translator_cache(),
channel_->gpu_channel_manager()->framebuffer_completeness_cache(),
- feature_info, subscription_ref_set, pending_valuebuffer_state,
- attrib_parser.bind_generates_resource);
+ feature_info, attrib_parser.bind_generates_resource);
}
// Virtualize PreferIntegratedGpu contexts by default on OS X to prevent
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.h ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698