| Index: webkit/common/gpu/context_provider_in_process.h
|
| diff --git a/webkit/common/gpu/context_provider_in_process.h b/webkit/common/gpu/context_provider_in_process.h
|
| index b719d71eb3babedb0b9529c6d2fc78b604182d2c..0f64d35678a0cfcbefc117187d849cc6d2798946 100644
|
| --- a/webkit/common/gpu/context_provider_in_process.h
|
| +++ b/webkit/common/gpu/context_provider_in_process.h
|
| @@ -79,6 +79,7 @@ class WEBKIT_GPU_EXPORT ContextProviderInProcess
|
| base::Lock destroyed_lock_;
|
| bool destroyed_;
|
|
|
| + base::Lock context_lock_;
|
| std::string debug_name_;
|
| class LostContextCallbackProxy;
|
| scoped_ptr<LostContextCallbackProxy> lost_context_callback_proxy_;
|
|
|