| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index cc304f21d2d82884d9262dc3935d759fa9731827..61a209905f6f36fbecf5e751ae7aa963f971aaab 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -860,6 +860,7 @@ private:
|
| bool acceleratedCompositingForOverflowScrollEnabled() const;
|
| // FIXME: This is a temporary flag and should be removed once accelerated
|
| // overflow scroll is ready (crbug.com/254111).
|
| + bool useCompositorDrivenAcceleratedScrolling() const;
|
| bool compositorDrivenAcceleratedScrollingEnabled() const;
|
| bool scrollsWithRespectTo(const RenderLayer*) const;
|
| void updateCanBeStackingContainer();
|
|
|