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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.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, 9 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/paint/PaintLayerScrollableArea.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
index 9055171269ed03b6c9241c9fd4ded2fefdfc49ae..55204f6485b016617a0ae1b631052fe054d96a23 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
@@ -405,7 +405,7 @@ void PaintLayerScrollableArea::updateScrollOffset(const ScrollOffset& newOffset,
layer()->updateLayerPositionsAfterOverflowScroll();
// Update regions, scrolling may change the clip of a particular region.
frameView->updateDocumentAnnotatedRegions();
- frameView->setNeedsUpdateWidgetGeometries();
+ frameView->setNeedsUpdateGeometries();
updateCompositingLayersAfterScroll();
}

Powered by Google App Engine
This is Rietveld 408576698