| Index: third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PageAnimator.cpp b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| index 9386312458fdf3734a957d09e7baf7cfb2630f30..ffc541c5af089bb0af7decaa5217540e7dfc1af9 100644
|
| --- a/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| @@ -91,7 +91,7 @@ void PageAnimator::ScheduleVisualUpdate(LocalFrame* frame) {
|
| suppress_frame_requests_workaround_for704763_only_) {
|
| return;
|
| }
|
| - page_->GetChromeClient().ScheduleAnimation(frame->View());
|
| + page_->GetChromeClient().ScheduleAnimation(frame);
|
| }
|
|
|
| void PageAnimator::UpdateAllLifecyclePhases(LocalFrame& root_frame) {
|
|
|