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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp

Issue 2727913005: Rename FrameView fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: Rename FrameView fields and methods *Widget* to ...FrameViewBase... Created 3 years, 10 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/platform/scroll/ScrollableArea.cpp
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
index b0a03cd8a8a1bbcf450bb1bfab2ac8676178243f..9beeba95b5a60c263229e455d91fa228b1ac69b2 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
@@ -486,7 +486,7 @@ void ScrollableArea::layerForScrollingDidChange(
bool ScrollableArea::scheduleAnimation() {
if (HostWindow* window = getHostWindow()) {
- window->scheduleAnimation(getWidget());
+ window->scheduleAnimation(getFrameViewBase());
return true;
}
return false;

Powered by Google App Engine
This is Rietveld 408576698