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

Unified Diff: chrome/gpu/chrome_content_gpu_client.h

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 | « chrome/gpu/chrome_arc_video_decode_accelerator.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/chrome_content_gpu_client.h
diff --git a/chrome/gpu/chrome_content_gpu_client.h b/chrome/gpu/chrome_content_gpu_client.h
index f0c50750da29b0a391e005d73ff3977fc1fa5d49..768f3a776c5f752fa568931a14c1ff442fdf9091 100644
--- a/chrome/gpu/chrome_content_gpu_client.h
+++ b/chrome/gpu/chrome_content_gpu_client.h
@@ -13,7 +13,7 @@
#include "content/public/gpu/content_gpu_client.h"
#if defined(OS_CHROMEOS)
-#include "chrome/gpu/gpu_arc_video_service.h"
+#include "chrome/gpu/gpu_arc_video_decode_accelerator.h"
namespace service_manager {
struct BindSourceInfo;
@@ -34,9 +34,9 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
private:
#if defined(OS_CHROMEOS)
- void CreateArcVideoAcceleratorService(
+ void CreateArcVideoDecodeAccelerator(
const service_manager::BindSourceInfo& source_info,
- ::arc::mojom::VideoAcceleratorServiceRequest request);
+ ::arc::mojom::VideoDecodeAcceleratorRequest request);
#endif
std::unique_ptr<variations::ChildProcessFieldTrialSyncer> field_trial_syncer_;
« no previous file with comments | « chrome/gpu/chrome_arc_video_decode_accelerator.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698