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

Unified Diff: android_webview/gpu/aw_content_gpu_client.cc

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
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/engine/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 bc85515b93ef3168cbff330ca993ff254b96378f..22aa1d79790a98a521794c53293ae7f2b669a9d7 100644
--- a/android_webview/gpu/aw_content_gpu_client.cc
+++ b/android_webview/gpu/aw_content_gpu_client.cc
@@ -12,8 +12,8 @@ AwContentGpuClient::AwContentGpuClient(
AwContentGpuClient::~AwContentGpuClient() {}
-void AwContentGpuClient::RegisterMojoServices(
- content::ServiceRegistry* registry) {}
+void AwContentGpuClient::RegisterMojoInterfaces(
+ shell::InterfaceRegistry* registry) {}
gpu::SyncPointManager* AwContentGpuClient::GetSyncPointManager() {
return sync_point_manager_callback_.Run();
« no previous file with comments | « android_webview/gpu/aw_content_gpu_client.h ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698