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

Unified Diff: Source/core/frame/RootFrameViewport.cpp

Issue 1148283011: Update programmatic scrolls on the RootFrameViewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: Source/core/frame/RootFrameViewport.cpp
diff --git a/Source/core/frame/RootFrameViewport.cpp b/Source/core/frame/RootFrameViewport.cpp
index e5107b10de9c20e41b2f0d635cddb9cb6e076888..74f6b858ebae01d00fde295f647f98403cca532e 100644
--- a/Source/core/frame/RootFrameViewport.cpp
+++ b/Source/core/frame/RootFrameViewport.cpp
@@ -315,4 +315,11 @@ void RootFrameViewport::serviceScrollAnimations(double monotonicTime)
layoutViewport().serviceScrollAnimations(monotonicTime);
}
+void RootFrameViewport::updateCompositorScrollAnimations()
+{
+ ScrollableArea::updateCompositorScrollAnimations();
+ layoutViewport().updateCompositorScrollAnimations();
+}
+
+
} // namespace blink
« no previous file with comments | « Source/core/frame/RootFrameViewport.h ('k') | Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698