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

Unified Diff: chrome/gpu/chrome_content_gpu_client.h

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/browser/webshare/share_service_impl.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 51d46750e8f67de635af2e5aa3b1d8b944c8a9f5..f0c50750da29b0a391e005d73ff3977fc1fa5d49 100644
--- a/chrome/gpu/chrome_content_gpu_client.h
+++ b/chrome/gpu/chrome_content_gpu_client.h
@@ -14,6 +14,11 @@
#if defined(OS_CHROMEOS)
#include "chrome/gpu/gpu_arc_video_service.h"
+
+namespace service_manager {
+struct BindSourceInfo;
+}
+
#endif
class ChromeContentGpuClient : public content::ContentGpuClient {
@@ -30,6 +35,7 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
private:
#if defined(OS_CHROMEOS)
void CreateArcVideoAcceleratorService(
+ const service_manager::BindSourceInfo& source_info,
::arc::mojom::VideoAcceleratorServiceRequest request);
#endif
« no previous file with comments | « chrome/browser/webshare/share_service_impl.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698