| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index 1328a53ceda13f5daa82d16b4646c3072022c9b6..c8675f4de9d0cc91f2b59eeeafe1836a1ab7ea72 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -287,7 +287,8 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| // invalidating paint.
|
| void ContentChanged(ContentChangeType);
|
|
|
| - void UpdateScrollingAfterLayout();
|
| + bool UpdateSize();
|
| + void UpdateSizeAndScrollingAfterLayout();
|
|
|
| void UpdateLayerPosition();
|
| void UpdateLayerPositionsAfterLayout();
|
|
|