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..d743d8cdc41764447a37f1324c5fd55d5234d547 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. |
+ void notifyOverflowUpdated(); |
void updateAfterCompositingChangeIfNeeded(); |