| 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 aaa4f77563d66381a7a303a23dcb2681b502b9cd..18bfef4e7283d5b1a42e9067e19e03043efe2f0d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -287,7 +287,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| // invalidating paint.
|
| void ContentChanged(ContentChangeType);
|
|
|
| - void UpdateScrollingAfterLayout();
|
| + void UpdateSizeAndScrollingAfterLayout();
|
|
|
| void UpdateLayerPosition();
|
| void UpdateLayerPositionsAfterLayout();
|
|
|