| Index: content/browser/gpu/browser_gpu_channel_host_factory.h
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.h b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| index 64d7c495b7e253ab5c503a64800e5b344f620371..088610b361fe447a7cd6ca767535b5b52761da85 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| @@ -28,6 +28,8 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory
|
| public:
|
| static void Initialize(bool establish_gpu_channel);
|
| static void Terminate();
|
| +
|
| + // The instance can be null during shutdown.
|
| static BrowserGpuChannelHostFactory* instance() { return instance_; }
|
|
|
| // Overridden from gpu::GpuChannelHostFactory:
|
|
|