| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 245e330224d8da6ce54a8b456b05de002f2ff642..fa0e62d11cbf4e061403d5fe6694823e0a6318de 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -30,10 +30,6 @@
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "url/gurl.h"
|
|
|
| -#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| -#include "content/common/mac/io_surface_manager_token.h"
|
| -#endif
|
| -
|
| struct GPUCreateCommandBufferConfig;
|
|
|
| namespace IPC {
|
| @@ -290,12 +286,6 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
|
|
| std::string shader_prefix_key_;
|
|
|
| -#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| - // Unique unguessable token that the GPU process is using to register
|
| - // IOSurfaces.
|
| - IOSurfaceManagerToken io_surface_manager_token_;
|
| -#endif
|
| -
|
| // Browser-side Mojo endpoint which sets up a Mojo channel with the child
|
| // process and contains the browser's ServiceRegistry.
|
| scoped_ptr<MojoApplicationHost> mojo_application_host_;
|
|
|