Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: third_party/WebKit/Source/core/page/PageAnimator.cpp

Issue 2826893003: Remove ScrollableArea::GetFrameViewBase and move ScheduleAnimation into subclasses. (Closed)
Patch Set: Remove UNREACHED Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698