Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
index d448141a335c05703cea2e8845007a6eeb39cf0b..0fa75f222562ebb07ba5c5c1466d3ef8e13c1196 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -338,8 +338,9 @@ protected: |
// descendant. If multiple calls are made to startDelayUpdateScrollInfo(), |
// finishDelayUpdateScrollInfo() will do nothing until finishDelayUpdateScrollInfo() |
// is called the same number of times. |
+ // finishDelayUpdateScrollInfo returns true when it marked something for layout. |
static void startDelayUpdateScrollInfo(); |
- static void finishDelayUpdateScrollInfo(); |
+ static bool finishDelayUpdateScrollInfo(SubtreeLayoutScope*); |
void updateScrollInfoAfterLayout(); |