Chromium Code Reviews| Index: content/browser/gpu/gpu_data_manager_impl_private.h |
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.h b/content/browser/gpu/gpu_data_manager_impl_private.h |
| index eb226e863dcfb55ff7bce789c1f6f27c76e3b9a2..c16d30265976dfb36b7e4f4c48cf6f22ac5fa2ec 100644 |
| --- a/content/browser/gpu/gpu_data_manager_impl_private.h |
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.h |
| @@ -246,6 +246,9 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate { |
| bool use_software_compositor_; |
| + // True if all future Initialize calls should be ignored. |
| + bool finalized_; |
|
gab
2013/09/04 18:54:26
Adding this state to make sure the initialization
|
| + |
| DISALLOW_COPY_AND_ASSIGN(GpuDataManagerImplPrivate); |
| }; |