diff options
Diffstat (limited to 'content/common/gpu/client/context_provider_command_buffer.h')
-rw-r--r-- | content/common/gpu/client/context_provider_command_buffer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h index b2080b4..13760b8 100644 --- a/content/common/gpu/client/context_provider_command_buffer.h +++ b/content/common/gpu/client/context_provider_command_buffer.h @@ -45,7 +45,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer Capabilities ContextCapabilities() override; void VerifyContexts() override; void DeleteCachedResources() override; - bool DestroyedOnMainThread() override; void SetLostContextCallback( const LostContextCallback& lost_context_callback) override; @@ -72,9 +71,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer LostContextCallback lost_context_callback_; - base::Lock main_thread_lock_; - bool destroyed_; - base::Lock context_lock_; class LostContextCallbackProxy; |