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

Unified Diff: ui/compositor/compositor.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict 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 | « ui/compositor/clip_recorder.h ('k') | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 74990bc73bcc4c2afca836d5080646a0d07ed432..76f8f38765127232647b1fd02031924eb7782e3b 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -33,7 +33,6 @@
#include "ui/gfx/native_widget_types.h"
namespace base {
-class RunLoop;
class SingleThreadTaskRunner;
}
@@ -45,7 +44,6 @@ class Layer;
class LayerTreeDebugState;
class LayerTreeHost;
class RendererSettings;
-class SurfaceIdAllocator;
class SurfaceManager;
class TaskGraphRunner;
}
@@ -67,7 +65,6 @@ class CompositorVSyncManager;
class LatencyInfo;
class Layer;
class Reflector;
-class Texture;
#if defined(USE_AURA)
class Window;
« no previous file with comments | « ui/compositor/clip_recorder.h ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698