commit | 52e50285644460271000b371f497c1b724bd9c2e | [log] [tgz] |
---|---|---|
author | Sam McNally <[email protected]> | Wed Nov 29 00:54:02 2017 |
committer | Commit Bot <[email protected]> | Wed Nov 29 00:54:02 2017 |
tree | aa749737dfad22bdb66ed705169cf5e1810c1bc3 | |
parent | 7bfe4e9e05566b029baa7d45a0b58eb2aee3201a [diff] [blame] |
Expose channel-associated interfaces to blink. Move AssociatedInterface{Provider,Registry} into blink/common so blink can use them. Add an accessor in LocalFrame to provide access to the RenderFrame's AssociatedInterfaceProvider. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I412f3b559a9777609b2998206970f5c16d43f0c4 Tbr: [email protected] Reviewed-on: https://chromium-review.googlesource.com/706740 Commit-Queue: Sam McNally <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#519937}
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h index fd01cea..3eb2c80 100644 --- a/content/renderer/render_thread_impl.h +++ b/content/renderer/render_thread_impl.h
@@ -297,7 +297,7 @@ const GURL& url, const LayerTreeFrameSinkCallback& callback); - AssociatedInterfaceRegistry* GetAssociatedInterfaceRegistry(); + blink::AssociatedInterfaceRegistry* GetAssociatedInterfaceRegistry(); std::unique_ptr<cc::SwapPromise> RequestCopyOfOutputForLayoutTest( int32_t routing_id,