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

Unified Diff: content/browser/compositor/image_transport_factory.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/image_transport_factory.h
diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h
index aa6720575eacd40c479a2eba7617d95d0f9b2f28..7cd2574574f40cccaa2992717b0db09a6d740b5a 100644
--- a/content/browser/compositor/image_transport_factory.h
+++ b/content/browser/compositor/image_transport_factory.h
@@ -21,15 +21,12 @@ class SurfaceManager;
}
namespace gfx {
-class Size;
enum class SwapResult;
}
namespace ui {
class Compositor;
class ContextFactory;
-class ContextFactoryObserver;
-class Texture;
}
namespace display_compositor {

Powered by Google App Engine
This is Rietveld 408576698