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

Unified Diff: content/gpu/gpu_child_thread.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 | « content/common/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 597afef350594cb156c1d1b83d028d2f5a2ac258..f948f553804a4b95a0fe87a31352c80694eac219 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -89,7 +89,6 @@ class GpuChildThread : public ChildThreadImpl,
// gpu::GpuChannelManagerDelegate implementation.
void SetActiveURL(const GURL& url) override;
- void AddSubscription(int32_t client_id, unsigned int target) override;
void DidCreateOffscreenContext(const GURL& active_url) override;
void DidDestroyChannel(int client_id) override;
void DidDestroyOffscreenContext(const GURL& active_url) override;
@@ -97,7 +96,6 @@ class GpuChildThread : public ChildThreadImpl,
gpu::error::ContextLostReason reason,
const GURL& active_url) override;
void GpuMemoryUmaStats(const gpu::GPUMemoryUmaStats& params) override;
- void RemoveSubscription(int32_t client_id, unsigned int target) override;
#if defined(OS_MACOSX)
void SendAcceleratedSurfaceBuffersSwapped(
int32_t surface_id,
@@ -138,9 +136,6 @@ class GpuChildThread : public ChildThreadImpl,
void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
int client_id,
const gpu::SyncToken& sync_token);
- void OnUpdateValueState(int client_id,
- unsigned int target,
- const gpu::ValueState& state);
#if defined(OS_ANDROID)
void OnWakeUpGpu();
#endif
« no previous file with comments | « content/common/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698