| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index 6aa246a751a34c29f6188630e8fc544454e7db43..a4640b2ff0c9faf5b074648549898fcfb97551ee 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -2356,7 +2356,7 @@ GraphicsLayer* PaintLayer::graphicsLayerBackingForScrolling() const
|
| }
|
| }
|
|
|
| -bool PaintLayer::shouldPaintBackgroundOntoScrollingContentsLayer() const
|
| +bool PaintLayer::canPaintBackgroundOntoScrollingContentsLayer() const
|
| {
|
| return !isRootLayer()
|
| && scrollsOverflow()
|
|
|