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 a841d3cf5c39f96915c08924ab5fcc8adbc6cbf9..fcd3eec74a0a6f2c804b8d2fe5a61a996394e046 100644 |
--- a/android_webview/gpu/aw_content_gpu_client.cc |
+++ b/android_webview/gpu/aw_content_gpu_client.cc |
@@ -12,9 +12,6 @@ AwContentGpuClient::AwContentGpuClient( |
AwContentGpuClient::~AwContentGpuClient() {} |
-void AwContentGpuClient::ExposeInterfacesToBrowser( |
- shell::InterfaceRegistry* registry) {} |
- |
gpu::SyncPointManager* AwContentGpuClient::GetSyncPointManager() { |
return sync_point_manager_callback_.Run(); |
} |