| Index: content/browser/compositor/gpu_process_transport_factory.h
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
|
| index e0985b02aa2b6e7114625b01cca7b85fe19e8d81..cf8d0409343bc52700c038eab894ed30a3cc0c45 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.h
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.h
|
| @@ -21,7 +21,6 @@
|
| #include "ui/compositor/compositor.h"
|
|
|
| namespace base {
|
| -class SimpleThread;
|
| class Thread;
|
| }
|
|
|
| @@ -33,12 +32,8 @@ class VulkanInProcessContextProvider;
|
| }
|
|
|
| namespace content {
|
| -class BrowserCompositorOutputSurface;
|
| -class CompositorSwapClient;
|
| class ContextProviderCommandBuffer;
|
| class OutputDeviceBacking;
|
| -class ReflectorImpl;
|
| -class WebGraphicsContext3DCommandBufferImpl;
|
|
|
| class GpuProcessTransportFactory
|
| : public ui::ContextFactory,
|
|
|