Commit 64a5af6e authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Fix LOG() formatting in FrameSinkProviderImpl.

Change-Id: Ie912416a96a1ad49df0beb01f3e974b0b17f53a1
Reviewed-on: https://chromium-review.googlesource.com/804680Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Reviewed-by: default avatarSaman Sami <samans@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521432}
parent ba850bd3
......@@ -32,7 +32,7 @@ void FrameSinkProviderImpl::CreateForWidget(
RenderWidgetHostImpl::FromID(process_id_, widget_id);
if (!render_widget_host_impl) {
DLOG(ERROR) << "No RenderWidgetHost exists with id " << widget_id
<< "in process " << process_id_;
<< " in process " << process_id_;
return;
}
render_widget_host_impl->RequestCompositorFrameSink(std::move(request),
......
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