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 e4c60725b8f6cf7008dd831328b0b066218c8ebc..6e132fd81d1cfb1a07f7e98dcdcc4779ebecda14 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -438,7 +438,7 @@ public: |
// (i.e. the background can scroll with the content). When the background is also |
// opaque this allows us to composite the scroller even on low DPI as we can |
// draw with subpixel anti-aliasing. |
- bool shouldPaintBackgroundOntoScrollingContentsLayer() const; |
+ bool canPaintBackgroundOntoScrollingContentsLayer() const; |
// NOTE: If you are using hasCompositedLayerMapping to determine the state of compositing for this layer, |
// (and not just to do bookkeeping related to the mapping like, say, allocating or deallocating a mapping), |
// then you may have incorrect logic. Use compositingState() instead. |