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

Unified Diff: content/browser/compositor/image_transport_factory.h

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 years, 7 months 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 ec85572aaecda5fe76f3912cf5e9c7022c2a481a..525ee02e4d7d406330fab8e6cf9154e878916ffe 100644
--- a/content/browser/compositor/image_transport_factory.h
+++ b/content/browser/compositor/image_transport_factory.h
@@ -25,7 +25,7 @@ class ContextFactory;
class ContextFactoryPrivate;
}
-namespace display_compositor {
+namespace viz {
class GLHelper;
}
@@ -70,7 +70,7 @@ class CONTENT_EXPORT ImageTransportFactory {
// Gets a GLHelper instance, associated with the shared context. This
// GLHelper will get destroyed whenever the shared context is lost
// (ImageTransportFactoryObserver::OnLostResources is called).
- virtual display_compositor::GLHelper* GetGLHelper() = 0;
+ virtual viz::GLHelper* GetGLHelper() = 0;
// Gets the frame sink manager host instance.
virtual FrameSinkManagerHost* GetFrameSinkManagerHost() = 0;

Powered by Google App Engine
This is Rietveld 408576698