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

Unified Diff: android_webview/gpu/aw_content_gpu_client.h

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 | « no previous file | android_webview/gpu/aw_content_gpu_client.cc » ('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.h
diff --git a/android_webview/gpu/aw_content_gpu_client.h b/android_webview/gpu/aw_content_gpu_client.h
index bd90a1a6e650d0ef13b6325031ec061f797e4fc0..8b37a5ff921bd991817c428f39f6c438c15ed9c4 100644
--- a/android_webview/gpu/aw_content_gpu_client.h
+++ b/android_webview/gpu/aw_content_gpu_client.h
@@ -19,7 +19,7 @@ class AwContentGpuClient : public content::ContentGpuClient {
~AwContentGpuClient() override;
// content::ContentGpuClient implementation.
- void RegisterMojoServices(content::ServiceRegistry* registry) override;
+ void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) override;
gpu::SyncPointManager* GetSyncPointManager() override;
private:
« no previous file with comments | « no previous file | android_webview/gpu/aw_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698