| Index: content/browser/devtools/protocol/page_handler.cc
|
| diff --git a/content/browser/devtools/protocol/page_handler.cc b/content/browser/devtools/protocol/page_handler.cc
|
| index 1ee852255f3f8978a0e36d44a8b4725c0242c6a5..f5c5ab2e531fa8f6e3c2bde64d23247725b328c7 100644
|
| --- a/content/browser/devtools/protocol/page_handler.cc
|
| +++ b/content/browser/devtools/protocol/page_handler.cc
|
| @@ -319,8 +319,8 @@ Response PageHandler::StartScreencast(const std::string* format,
|
| if (has_compositor_frame_metadata_) {
|
| InnerSwapCompositorFrame();
|
| } else {
|
| - widget_host->Send(
|
| - new ViewMsg_ForceRedraw(widget_host->GetRoutingID(), 0));
|
| + widget_host->Send(new ViewMsg_ForceRedraw(widget_host->GetRoutingID(),
|
| + ui::LatencyInfo()));
|
| }
|
| }
|
| return Response::FallThrough();
|
|
|