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

Unified Diff: content/browser/compositor/gpu_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/gpu_browser_compositor_output_surface.h
diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.h b/content/browser/compositor/gpu_browser_compositor_output_surface.h
index e91a40d39b621c82abd03b9b572c6909f891e92b..56cb9365bcba0611ef9113185f82a84e8a49cd3e 100644
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.h
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h
@@ -19,6 +19,7 @@ class CompositorOverlayCandidateValidator;
namespace gpu {
class CommandBufferProxyImpl;
+struct GpuProcessHostedCALayerTreeParamsMac;
}
namespace ui {
@@ -26,6 +27,7 @@ class CompositorVSyncManager;
}
namespace content {
+class ContextProviderCommandBuffer;
class ReflectorTexture;
// Adapts a WebGraphicsContext3DCommandBufferImpl into a

Powered by Google App Engine
This is Rietveld 408576698