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

Unified Diff: Source/WebCore/page/FrameView.h

Issue 13859006: Rework composited scrolling updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@early-out2
Patch Set: . Created 7 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: Source/WebCore/page/FrameView.h
diff --git a/Source/WebCore/page/FrameView.h b/Source/WebCore/page/FrameView.h
index 9d8b22e1b5bc64284bb93fed4b6ac46d716a7ce0..05ff08809154f05bb927889a59a7f1cafd35b09e 100644
--- a/Source/WebCore/page/FrameView.h
+++ b/Source/WebCore/page/FrameView.h
@@ -116,6 +116,7 @@ public:
void serviceScriptedAnimations(double monotonicAnimationStartTime);
void updateCompositingLayersAfterStyleChange();
+ void updateCompositingLayersAfterLayoutAndPositioning();
void updateCompositingLayersAfterLayout();
bool hasCompositedContent() const;
« no previous file with comments | « LayoutTests/compositing/overflow/dynamic-composited-scrolling-status.html ('k') | Source/WebCore/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698