| 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 bbb494173ad1df07e4973397d2545cea467420d7..a42c01396320175ab437f6dd528868888219ed60 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -338,9 +338,8 @@
|
| // 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 bool finishDelayUpdateScrollInfo(SubtreeLayoutScope*);
|
| + static void finishDelayUpdateScrollInfo();
|
|
|
| void updateScrollInfoAfterLayout();
|
|
|
|
|