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

Unified Diff: components/arc/common/video_accelerator.typemap

Issue 2919193002: ArcBridge: Rename VideoAcceleratorService to VideoDecodeAccelerator. (Closed)
Patch Set: Address review comments Created 3 years, 6 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 | « components/arc/common/video_accelerator.mojom ('k') | components/arc/common/video_decode_accelerator.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/video_accelerator.typemap
diff --git a/components/arc/common/video_accelerator.typemap b/components/arc/common/video_accelerator.typemap
index 3461d8658d1af98b453d912ace2c7fe0d37550f5..8a88113340dab956dd4913c48f937016040a265f 100644
--- a/components/arc/common/video_accelerator.typemap
+++ b/components/arc/common/video_accelerator.typemap
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//components/arc/common/video_accelerator.mojom"
+mojom = "//components/arc/common/video_decode_accelerator.mojom"
public_headers = [ "//components/arc/video_accelerator/video_accelerator.h" ]
traits_headers =
[ "//components/arc/video_accelerator/video_accelerator_struct_traits.h" ]
« no previous file with comments | « components/arc/common/video_accelerator.mojom ('k') | components/arc/common/video_decode_accelerator.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698