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

Unified Diff: gpu/ipc/service/gpu_command_buffer_stub.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/ipc/service/gpu_channel_test_common.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('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.h
diff --git a/gpu/ipc/service/gpu_command_buffer_stub.h b/gpu/ipc/service/gpu_command_buffer_stub.h
index f354d55f87eb71b6a3f3cc2afe356258bfa33daa..816716620e9973935fade7f7c60e7a30ce3f2b9b 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.h
+++ b/gpu/ipc/service/gpu_command_buffer_stub.h
@@ -41,10 +41,8 @@ struct Mailbox;
struct SyncToken;
class SyncPointClient;
class SyncPointManager;
-class ValueStateMap;
namespace gles2 {
class MailboxManager;
-class SubscriptionRefSet;
}
}
@@ -81,8 +79,6 @@ class GPU_EXPORT 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,
« no previous file with comments | « gpu/ipc/service/gpu_channel_test_common.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698