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 d0605ac22545c097536d56a32ec01b76ce941b0f..835c1dcb02126d7b0a88b5e1f92e0a371be9c743 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -280,6 +280,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient { |
LayoutRect rect() const { return LayoutRect(location(), LayoutSize(size())); } |
bool isRootLayer() const { return m_isRootLayer; } |
+ bool isRootScrollerLayer() const; |
PaintLayerCompositor* compositor() const; |