| 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 0e8d29b29b151d82ad24d0cc680fddd03b4c485e..19aa26fc4a07e79b51e00265c514a0dc950c8816 100644
|
| --- a/content/browser/devtools/protocol/page_handler.cc
|
| +++ b/content/browser/devtools/protocol/page_handler.cc
|
| @@ -318,8 +318,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();
|
|
|