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

Unified Diff: chrome/gpu/chrome_content_gpu_client.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 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/chrome_content_gpu_client.h ('k') | chrome/renderer/chrome_render_frame_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/chrome_content_gpu_client.cc
diff --git a/chrome/gpu/chrome_content_gpu_client.cc b/chrome/gpu/chrome_content_gpu_client.cc
index 80ec9ca0cb7a007a4169dc1f079990d681fcf7b3..9a32f37d1f864a171a259d5b99dbaf9d8ea0873f 100644
--- a/chrome/gpu/chrome_content_gpu_client.cc
+++ b/chrome/gpu/chrome_content_gpu_client.cc
@@ -87,6 +87,7 @@ void ChromeContentGpuClient::GpuServiceInitialized(
#if defined(OS_CHROMEOS)
void ChromeContentGpuClient::CreateArcVideoAcceleratorService(
+ const service_manager::BindSourceInfo& source_info,
::arc::mojom::VideoAcceleratorServiceRequest request) {
mojo::MakeStrongBinding(
base::MakeUnique<chromeos::arc::GpuArcVideoService>(gpu_preferences_),
« no previous file with comments | « chrome/gpu/chrome_content_gpu_client.h ('k') | chrome/renderer/chrome_render_frame_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698