| 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
|
|
|