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

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

Issue 815363003: FrameView now notifies ScrollCoorinator of changes in its scrollable area set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove extra line Created 5 years, 11 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 29a7e4432fb015d78f611ab8c815888107b5f89a..48e10ce7e58c7c9fc6ab154e44472fdccec4f9a5 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -66,6 +66,9 @@ public:
void updateHaveWheelEventHandlers();
void updateHaveScrollEventHandlers();
+ // Should be called whenever scroll area set changes.
+ void scrollAreaSetDidChange();
skobes 2015/01/07 18:56:29 "scroll area" is slightly confusing, suggest scrol
majidvp 2015/01/07 19:52:28 Acknowledged.
majidvp 2015/01/12 16:28:27 Done.
+
// Should be called whenever the slow repaint objects counter changes between zero and one.
void frameViewHasSlowRepaintObjectsDidChange(FrameView*);

Powered by Google App Engine
This is Rietveld 408576698