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

Unified Diff: Source/core/page/scrolling/ScrollingCoordinator.h

Issue 1256043007: Recompute slow scroll regions after overflow recalc (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor test updates Created 5 years, 4 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/page/scrolling/ScrollingCoordinator.h
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
index 8631c2db88628453ba32a46f53e090c41b9d84c5..a5fd2571f55447053e7a6e03ec05a4d93885ce33 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -64,6 +64,8 @@ public:
// Called when any frame has done its layout.
void notifyLayoutUpdated();
+ // Called when any frame recalculates its overflows after style change
Rick Byers 2015/08/05 15:02:59 Nit: add period to be consistent with style above
majidvp 2015/08/05 15:39:35 Acknowledged.
+ void notifyOverflowUpdated();
void updateAfterCompositingChangeIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698