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

Unified Diff: content/common/gpu/gpu_channel_manager.h

Issue 1567623006: Implement GpuArcVideoService::AcceleratorStub using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-1-video-service
Patch Set: rebase, update interface Created 4 years, 11 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/gpu/gpu_channel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel_manager.h
diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
index f195a55c27e05d38d084fa1bccbd7ec530eb1d57..f9dfbebf137022dae70dd44d85e321ff2902062d 100644
--- a/content/common/gpu/gpu_channel_manager.h
+++ b/content/common/gpu/gpu_channel_manager.h
@@ -59,7 +59,9 @@ struct GpuMsg_EstablishChannel_Params;
namespace content {
#if defined(OS_CHROMEOS)
+namespace arc {
class GpuArcVideoService;
+} // namespace arc
#endif
class GpuChannel;
class GpuMemoryBufferFactory;
@@ -204,7 +206,7 @@ class CONTENT_EXPORT GpuChannelManager : public IPC::Listener,
framebuffer_completeness_cache_;
scoped_refptr<gfx::GLSurface> default_offscreen_surface_;
#if defined(OS_CHROMEOS)
- scoped_ptr<GpuArcVideoService> gpu_arc_video_service_;
+ scoped_ptr<arc::GpuArcVideoService> gpu_arc_video_service_;
#endif
GpuMemoryBufferFactory* const gpu_memory_buffer_factory_;
#if defined(OS_ANDROID)
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/gpu/gpu_channel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698