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

Unified Diff: content/browser/compositor/gpu_process_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/gpu_process_transport_factory.h
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
index 3474d77a1a98a8ffc2a30f06b214efd01f35a55d..ed3db87db98cbbe24dd123c8e5892a5bd11c0dfa 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -80,7 +80,7 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
ui::ContextFactoryPrivate* GetContextFactoryPrivate() override;
cc::SurfaceManager* GetSurfaceManager() override;
FrameSinkManagerHost* GetFrameSinkManagerHost() override;
- display_compositor::GLHelper* GetGLHelper() override;
+ viz::GLHelper* GetGLHelper() override;
void SetGpuChannelEstablishFactory(
gpu::GpuChannelEstablishFactory* factory) override;
#if defined(OS_MACOSX)
@@ -123,7 +123,7 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
const cc::RendererSettings renderer_settings_;
scoped_refptr<ui::ContextProviderCommandBuffer> shared_main_thread_contexts_;
- std::unique_ptr<display_compositor::GLHelper> gl_helper_;
+ std::unique_ptr<viz::GLHelper> gl_helper_;
base::ObserverList<ui::ContextFactoryObserver> observer_list_;
std::unique_ptr<cc::SingleThreadTaskGraphRunner> task_graph_runner_;
scoped_refptr<ui::ContextProviderCommandBuffer>
« no previous file with comments | « content/browser/compositor/gpu_output_surface_mac.mm ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698