• Christopher Cameron's avatar
    RemoteRWHVMac: Instantiate content::NSViewBridgeFactoryImpl in app shim · f07f828e
    Christopher Cameron authored
    Add to chrome::mojom::AppShim a CreateContentNSViewBridgeFactory
    method. This will instantiate a content::NSViewBridgeFactoryImpl.
    
    The caller of this method (AppShimHost, in the browser), creates
    a content::NSViewBridgeFactoryHost to manage this interface. This
    may be used (e.g, by content::RenderWidgetHostViewMac::
    MigrateNSViewBridge), to create NSViews in an app shim process.
    
    Add content/browser as a dependency of app_shim.
    
    R=dominickn
    TBR=avi
    
    Bug: 821651
    Change-Id: Ice2b46f2d75a9725f5e8e8ad7d2c05e3d70b18eb
    Reviewed-on: https://chromium-review.googlesource.com/1240154
    Commit-Queue: ccameron <ccameron@chromium.org>
    Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#594987}
    f07f828e
bridge_factory_host.cc 1.08 KB