| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index ffe742b342eb816f9f78353e755ebeca1da8c9a7..e5f518972faf543c123e61f551858ef3594f9e97 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -43,6 +43,9 @@ class GpuProcessControlImpl;
|
| class GpuWatchdogThread;
|
| class MediaService;
|
| struct EstablishChannelParams;
|
| +#if defined(OS_MACOSX)
|
| +struct BufferPresentedParams;
|
| +#endif
|
|
|
| // 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
|
|
|