| Index: content/common/gpu/client/context_provider_command_buffer.h
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
|
| index 1e0d23f82b915609416ce8473e6d4f83d6fd24bb..b2080b49e3a46cdf021b65dea49233fa5cc60e95 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -48,9 +48,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
| bool DestroyedOnMainThread() override;
|
| void SetLostContextCallback(
|
| const LostContextCallback& lost_context_callback) override;
|
| - void SetMemoryPolicyChangedCallback(
|
| - const MemoryPolicyChangedCallback& memory_policy_changed_callback)
|
| - override;
|
|
|
| protected:
|
| ContextProviderCommandBuffer(
|
| @@ -59,7 +56,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
| ~ContextProviderCommandBuffer() override;
|
|
|
| void OnLostContext();
|
| - void OnMemoryAllocationChanged(const gpu::MemoryAllocation& allocation);
|
|
|
| private:
|
| void InitializeCapabilities();
|
| @@ -75,7 +71,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
| std::string debug_name_;
|
|
|
| LostContextCallback lost_context_callback_;
|
| - MemoryPolicyChangedCallback memory_policy_changed_callback_;
|
|
|
| base::Lock main_thread_lock_;
|
| bool destroyed_;
|
|
|