| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index b9aa2b2355a317184dcb95d5cca810483ad2e126..ec7d19edc993e7a7d1c98e9b94affa5c3c2860ad 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -41,6 +41,7 @@ namespace content {
|
| class GpuMemoryBufferFactory;
|
| class GpuProcessControlImpl;
|
| class GpuWatchdogThread;
|
| +class MediaService;
|
|
|
| // The main thread of the GPU child process. There will only ever be one of
|
| // these per process. It does process initialization and shutdown. It forwards
|
| @@ -152,6 +153,8 @@ class GpuChildThread : public ChildThreadImpl,
|
|
|
| scoped_ptr<GpuChannelManager> gpu_channel_manager_;
|
|
|
| + scoped_ptr<MediaService> media_service_;
|
| +
|
| // Information about the GPU, such as device and vendor ID.
|
| gpu::GPUInfo gpu_info_;
|
|
|
|
|