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

Unified Diff: android_webview/gpu/aw_content_gpu_client.cc

Issue 2099063002: Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/gpu/aw_content_gpu_client.h ('k') | blimp/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/gpu/aw_content_gpu_client.cc
diff --git a/android_webview/gpu/aw_content_gpu_client.cc b/android_webview/gpu/aw_content_gpu_client.cc
index 22aa1d79790a98a521794c53293ae7f2b669a9d7..a841d3cf5c39f96915c08924ab5fcc8adbc6cbf9 100644
--- a/android_webview/gpu/aw_content_gpu_client.cc
+++ b/android_webview/gpu/aw_content_gpu_client.cc
@@ -12,7 +12,7 @@ AwContentGpuClient::AwContentGpuClient(
AwContentGpuClient::~AwContentGpuClient() {}
-void AwContentGpuClient::RegisterMojoInterfaces(
+void AwContentGpuClient::ExposeInterfacesToBrowser(
shell::InterfaceRegistry* registry) {}
gpu::SyncPointManager* AwContentGpuClient::GetSyncPointManager() {
« no previous file with comments | « android_webview/gpu/aw_content_gpu_client.h ('k') | blimp/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698