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 3c34451ac4cc71c13010316e3f08a189ec7a3103..c2de124e7bcd0306bdd9bea906f883c0c8b5b217 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -2358,7 +2358,7 @@ GraphicsLayer* PaintLayer::graphicsLayerBackingForScrolling() const |
} |
} |
-bool PaintLayer::shouldPaintBackgroundOntoScrollingContentsLayer() const |
+bool PaintLayer::canPaintBackgroundOntoScrollingContentsLayer() const |
{ |
return !isRootLayer() |
&& scrollsOverflow() |