Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index 3d68d5e244746b78ddb2fb68ed8d9b50b59b0a03..b79d565d52333d0dbbe8e2ef50cda2c8c4ff86c9 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -3211,9 +3211,9 @@ BeginFrameArgs LayerTreeHostImpl::CurrentBeginFrameArgs() const { |
// task), fall back to physical time. This should still be monotonic. |
if (current_begin_frame_args_.IsValid()) |
return current_begin_frame_args_; |
- return BeginFrameArgs::Create(gfx::FrameTime::Now(), |
- base::TimeTicks(), |
- BeginFrameArgs::DefaultInterval()); |
+ return BeginFrameArgs::Create( |
+ BEGINFRAME_FROM_HERE, gfx::FrameTime::Now(), base::TimeTicks(), |
+ BeginFrameArgs::DefaultInterval(), BeginFrameArgs::NORMAL); |
} |
scoped_refptr<base::debug::ConvertableToTraceFormat> |