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

Unified Diff: content/renderer/render_thread_impl.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
« no previous file with comments | « content/renderer/render_frame_proxy.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index a442ac05861e4e8b44a676f0eae4ed4e00427388..0fd7778b8be9252ba4b86be1b6a8b0e8790f06e6 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -50,7 +50,6 @@
#include "third_party/WebKit/public/web/mac/WebScrollbarTheme.h"
#endif
-class GrContext;
class SkBitmap;
struct WorkerProcessMsg_CreateWorker_Params;
@@ -69,6 +68,7 @@ class Thread;
}
namespace cc {
+class BeginFrameSource;
class ContextProvider;
class ImageSerializationProcessor;
class CompositorFrameSink;
@@ -118,7 +118,6 @@ class InputHandlerManager;
class MediaStreamCenter;
class MemoryObserver;
class MidiMessageFilter;
-class NetInfoDispatcher;
class P2PSocketDispatcher;
class PeerConnectionDependencyFactory;
class PeerConnectionTracker;
« no previous file with comments | « content/renderer/render_frame_proxy.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698