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

Unified Diff: chrome/gpu/chrome_content_gpu_client.h

Issue 2819903004: Migrate GpuChildThread to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to exp (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/DEPS ('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 b08f398c7a855417103570b2317374c6eced4748..478a330e23acd46fc234f3e0941f8d7153f4b8c7 100644
--- a/chrome/gpu/chrome_content_gpu_client.h
+++ b/chrome/gpu/chrome_content_gpu_client.h
@@ -19,17 +19,19 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
// content::ContentGpuClient:
void Initialize(base::FieldTrialList::Observer* observer) override;
Ken Rockot(use gerrit already) 2017/04/20 15:30:22 need to update the signature here
- void ExposeInterfacesToBrowser(
- service_manager::InterfaceRegistry* registry,
+ void GpuServiceInitialized(
const gpu::GpuPreferences& gpu_preferences) override;
- void ConsumeInterfacesFromBrowser(
- service_manager::Connector* connector) override;
private:
std::unique_ptr<variations::ChildProcessFieldTrialSyncer> field_trial_syncer_;
// Used to profile process startup.
base::StackSamplingProfiler stack_sampling_profiler_;
+#if defined(OS_CHROMEOS)
+ class GpuArcVideoServiceFactory;
+ std::unique_ptr<GpuArcVideoServiceFactory> gpu_arc_video_service_factory_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(ChromeContentGpuClient);
};
« no previous file with comments | « chrome/gpu/DEPS ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698