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

Unified Diff: content/browser/compositor/browser_compositor_output_surface.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/browser_compositor_output_surface.h
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
index 7084ec1c22022b6cf108aa6df3ed4a55cefe61b4..e049e4d1bb5ffdc57dd60b7985f4e87c97493628 100644
--- a/content/browser/compositor/browser_compositor_output_surface.h
+++ b/content/browser/compositor/browser_compositor_output_surface.h
@@ -25,14 +25,8 @@ namespace gfx {
enum class SwapResult;
}
-namespace gpu {
-struct GpuProcessHostedCALayerTreeParamsMac;
-}
-
namespace content {
-class ContextProviderCommandBuffer;
class ReflectorImpl;
-class WebGraphicsContext3DCommandBufferImpl;
class CONTENT_EXPORT BrowserCompositorOutputSurface
: public cc::OutputSurface {

Powered by Google App Engine
This is Rietveld 408576698