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

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

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/gpu_channel_manager.h ('k') | content/common/gpu/media/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel_manager.cc
diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc
index 8f59e90345d0580e940cd0e17af6ae2cfc812e9c..428a393605d72d90110e8b5889800abd5efe3d29 100644
--- a/content/common/gpu/gpu_channel_manager.cc
+++ b/content/common/gpu/gpu_channel_manager.cc
@@ -259,7 +259,7 @@ void GpuChannelManager::OnDestroyGpuMemoryBuffer(
void GpuChannelManager::OnCreateArcVideoAcceleratorChannel() {
if (!gpu_arc_video_service_) {
gpu_arc_video_service_.reset(
- new GpuArcVideoService(shutdown_event_, io_task_runner_));
+ new arc::GpuArcVideoService(shutdown_event_, io_task_runner_));
}
gpu_arc_video_service_->CreateChannel(
« no previous file with comments | « content/common/gpu/gpu_channel_manager.h ('k') | content/common/gpu/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698