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

Side by Side Diff: content/public/browser/gpu_service_registry.h

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_PUBLIC_BROWSER_GPU_INTERFACE_REGISTRY_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_GPU_INTERFACE_REGISTRY_H_
6 #define CONTENT_PUBLIC_BROWSER_GPU_INTERFACE_REGISTRY_H_ 6 #define CONTENT_PUBLIC_BROWSER_GPU_INTERFACE_REGISTRY_H_
7 7
8 #include "content/common/content_export.h" 8 #include "content/common/content_export.h"
9 9
10 namespace shell {
11 class InterfaceProvider;
12 }
13
10 namespace content { 14 namespace content {
11 15
12 class ServiceRegistry; 16 // Must be called on IO thread.
13 17 CONTENT_EXPORT shell::InterfaceProvider* GetGpuInterfaceProvider();
14 // Get ServiceRegistry registered via
15 // ContentGpuClient::RegisterMojoInterfaces().
16 // This must be called on IO thread.
17 CONTENT_EXPORT ServiceRegistry* GetGpuServiceRegistry();
18 18
19 } // namespace content 19 } // namespace content
20 20
21 #endif // CONTENT_PUBLIC_BROWSER_GPU_INTERFACE_REGISTRY_H_ 21 #endif // CONTENT_PUBLIC_BROWSER_GPU_INTERFACE_REGISTRY_H_
OLDNEW
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/gpu_service_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698