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

Unified Diff: content/common/gpu/media/gpu_arc_video_service.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/gpu/media/DEPS ('k') | content/common/gpu/media/gpu_arc_video_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/gpu_arc_video_service.h
diff --git a/content/common/gpu/media/gpu_arc_video_service.h b/content/common/gpu/media/gpu_arc_video_service.h
index 131150c9f94e82991ae2129137f6fd8c561b369c..601d843a46299515c212091d95d1c7fec94d9801 100644
--- a/content/common/gpu/media/gpu_arc_video_service.h
+++ b/content/common/gpu/media/gpu_arc_video_service.h
@@ -20,6 +20,7 @@ struct ChannelHandle;
}
namespace content {
+namespace arc {
// GpuArcVideoService manages life-cycle and IPC message translation for
// ArcVideoAccelerator.
@@ -63,6 +64,7 @@ class GpuArcVideoService {
DISALLOW_COPY_AND_ASSIGN(GpuArcVideoService);
};
+} // namespace arc
} // namespace content
#endif // CONTENT_COMMON_GPU_MEDIA_GPU_ARC_VIDEO_SERVICE_H_
« no previous file with comments | « content/common/gpu/media/DEPS ('k') | content/common/gpu/media/gpu_arc_video_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698