Commit 033fd2ad authored by Christopher Cameron's avatar Christopher Cameron Committed by Commit Bot

RemoteMacViews: Use resize run loop for bridge factory

Bug: 895700
Change-Id: I4d62c1c4550609db7433b3109f920524f8aab77d
Reviewed-on: https://chromium-review.googlesource.com/c/1283948
Commit-Queue: Sidney San Martín <sdy@chromium.org>
Reviewed-by: default avatarSidney San Martín <sdy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600105}
parent 707a2ce3
...@@ -67,7 +67,8 @@ BridgeFactoryImpl* BridgeFactoryImpl::Get() { ...@@ -67,7 +67,8 @@ BridgeFactoryImpl* BridgeFactoryImpl::Get() {
void BridgeFactoryImpl::BindRequest( void BridgeFactoryImpl::BindRequest(
mojom::BridgeFactoryAssociatedRequest request) { mojom::BridgeFactoryAssociatedRequest request) {
binding_.Bind(std::move(request)); binding_.Bind(std::move(request),
ui::WindowResizeHelperMac::Get()->task_runner());
} }
void BridgeFactoryImpl::CreateBridgedNativeWidget( void BridgeFactoryImpl::CreateBridgedNativeWidget(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment