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

Unified Diff: chrome/gpu/gpu_arc_video_service.cc

Issue 1549473002: Add ArcGpuVideoDecodeAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add out-of-line ctor/dtor Created 4 years, 8 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 | « chrome/gpu/arc_gpu_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/gpu_arc_video_service.cc
diff --git a/chrome/gpu/gpu_arc_video_service.cc b/chrome/gpu/gpu_arc_video_service.cc
index d53076d6b79a4259d253d1689c46021787cc83f0..0ab69c736c3dbaebe6a5650be310538dacd0cb11 100644
--- a/chrome/gpu/gpu_arc_video_service.cc
+++ b/chrome/gpu/gpu_arc_video_service.cc
@@ -11,6 +11,7 @@
#include "base/bind.h"
#include "base/logging.h"
#include "base/thread_task_runner_handle.h"
+#include "chrome/gpu/arc_gpu_video_decode_accelerator.h"
#include "chrome/gpu/arc_video_accelerator.h"
#include "components/arc/common/video_accelerator.mojom.h"
#include "mojo/edk/embedder/embedder.h"
@@ -112,8 +113,7 @@ class GpuArcVideoService::AcceleratorStub
base::Bind(&GpuArcVideoService::AcceleratorStub::OnConnectionError,
base::Unretained(this)));
- // TODO(kcwu): create ArcGpuVideoDecodeAccelerator here.
- // accelerator_.reset(new ArcGpuVideoDecodeAccelerator());
+ accelerator_.reset(new ArcGpuVideoDecodeAccelerator());
::arc::mojom::VideoAcceleratorServicePtr service;
binding_.Bind(GetProxy(&service));
« no previous file with comments | « chrome/gpu/arc_gpu_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698