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

Unified Diff: chrome/gpu/chrome_content_gpu_client.h

Issue 2171473003: Remove content::GpuVideoDecodeAcceleratorFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu_init_order
Patch Set: rebase Created 4 years, 5 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/arc_gpu_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 13cdf7e4d218374dfb41dc6859d3f693c60c24eb..12bcf30d88299d71b8ec5fff5d43c58676a89b61 100644
--- a/chrome/gpu/chrome_content_gpu_client.h
+++ b/chrome/gpu/chrome_content_gpu_client.h
@@ -18,7 +18,9 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
// content::ContentGpuClient:
void Initialize(base::FieldTrialList::Observer* observer) override;
- void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override;
+ void ExposeInterfacesToBrowser(
+ shell::InterfaceRegistry* registry,
+ const gpu::GpuPreferences& gpu_preferences) override;
private:
std::unique_ptr<chrome_variations::ChildProcessFieldTrialSyncer>
« no previous file with comments | « chrome/gpu/arc_gpu_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