| Index: Source/core/rendering/RenderLayerCompositor.h
|
| diff --git a/Source/core/rendering/RenderLayerCompositor.h b/Source/core/rendering/RenderLayerCompositor.h
|
| index 2f75ae52c2c5becc627da0d73ccbd1b61aa5e3b7..fe7c062930fbc1f197f80d3b3611f328e3cefb9a 100644
|
| --- a/Source/core/rendering/RenderLayerCompositor.h
|
| +++ b/Source/core/rendering/RenderLayerCompositor.h
|
| @@ -175,7 +175,7 @@ public:
|
| void frameViewDidLayout();
|
| void rootFixedBackgroundsChanged();
|
|
|
| - void scrollingLayerDidChange(RenderLayer*);
|
| + bool scrollingLayerDidChange(RenderLayer*);
|
|
|
| String layerTreeAsText(LayerTreeFlags);
|
|
|
|
|