Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1034)

Unified Diff: content/browser/compositor/gpu_process_transport_factory.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698