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

Unified Diff: cc/output/gl_renderer.h

Issue 2503283002: cc: Cleanup class/struct forward declarations (Closed)
Patch Set: Add missing fwd class decl in blimp_embedder_compositor.h 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
« no previous file with comments | « cc/output/geometry_binding.h ('k') | cc/output/output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 07ede049a7274ee93edda2d37c7e425dc0b1d36c..e666633cfa09458037c854466a1bdd9dd5f4fb9b 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -24,8 +24,6 @@
#include "ui/events/latency_info.h"
#include "ui/gfx/geometry/quad_f.h"
-class SkBitmap;
-
namespace gpu {
namespace gles2 {
class GLES2Interface;
@@ -35,7 +33,6 @@ class GLES2Interface;
namespace cc {
class GLRendererShaderTest;
class OutputSurface;
-class PictureDrawQuad;
class Resource;
class ResourcePool;
class ScopedResource;
@@ -44,7 +41,6 @@ class TextureDrawQuad;
class TextureMailboxDeleter;
class StaticGeometryBinding;
class DynamicGeometryBinding;
-class ScopedEnsureFramebufferAllocation;
struct DrawRenderPassDrawQuadParams;
// Class that handles drawing of composited render layers using GL.
« no previous file with comments | « cc/output/geometry_binding.h ('k') | cc/output/output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698