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

Unified Diff: gpu/ipc/service/gpu_channel_manager_delegate.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_manager.cc ('k') | gpu/ipc/service/gpu_channel_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_channel_manager_delegate.h
diff --git a/gpu/ipc/service/gpu_channel_manager_delegate.h b/gpu/ipc/service/gpu_channel_manager_delegate.h
index 803e0112186c855ef0baae472401f7d13ebc4cb2..2ab1623f704afffc7d2544ecd0cab13d5c3a0ef9 100644
--- a/gpu/ipc/service/gpu_channel_manager_delegate.h
+++ b/gpu/ipc/service/gpu_channel_manager_delegate.h
@@ -26,10 +26,6 @@ struct GPUMemoryUmaStats;
class GpuChannelManagerDelegate {
public:
- // Tells the delegate that a context has subscribed to a new target and
- // the browser should start sending the corresponding information
- virtual void AddSubscription(int32_t client_id, unsigned int target) = 0;
-
// Tells the delegate that an offscreen context was created for the provided
// |active_url|.
virtual void DidCreateOffscreenContext(const GURL& active_url) = 0;
@@ -49,10 +45,6 @@ class GpuChannelManagerDelegate {
// Tells the delegate about GPU memory usage statistics for UMA logging.
virtual void GpuMemoryUmaStats(const GPUMemoryUmaStats& params) = 0;
- // Tells the delegate that no contexts are subscribed to the target anymore
- // so the delegate should stop sending the corresponding information.
- virtual void RemoveSubscription(int32_t client_id, unsigned int target) = 0;
-
// Tells the delegate to cache the given shader information in persistent
// storage. The embedder is expected to repopulate the in-memory cache through
// the respective GpuChannelManager API.
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager.cc ('k') | gpu/ipc/service/gpu_channel_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698