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> |