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

Unified Diff: content/public/gpu/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 | « content/public/gpu/DEPS ('k') | content/public/gpu/gpu_video_decode_accelerator_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/gpu/content_gpu_client.h
diff --git a/content/public/gpu/content_gpu_client.h b/content/public/gpu/content_gpu_client.h
index 25fee787c6db08d201e8a43d481812a1a0ccb790..9746bba2e10af429a163fc5af4efbe9f7d5235a3 100644
--- a/content/public/gpu/content_gpu_client.h
+++ b/content/public/gpu/content_gpu_client.h
@@ -10,6 +10,7 @@
namespace gpu {
class SyncPointManager;
+struct GpuPreferences;
}
namespace shell {
@@ -30,7 +31,9 @@ class CONTENT_EXPORT ContentGpuClient {
// Allows the client to expose interfaces from the GPU process to the browser
// process via |registry|.
- virtual void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) {}
+ virtual void ExposeInterfacesToBrowser(
+ shell::InterfaceRegistry* registry,
+ const gpu::GpuPreferences& gpu_preferences) {}
// Allows client to supply a SyncPointManager instance instead of having
// content internally create one.
« no previous file with comments | « content/public/gpu/DEPS ('k') | content/public/gpu/gpu_video_decode_accelerator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698