| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 548b5cf6f1748510fa0c1479696a618d5ebbbc80..b2ec430866fc05d58274cc3a0452d2d8653628b2 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -1016,6 +1016,7 @@ private:
|
| bool scrollbarsCanBeActive() const;
|
| IntRect scrollableAreaBoundingBox() const;
|
| bool userInputScrollable(ScrollbarOrientation) const;
|
| + bool shouldPlaceVerticalScrollbarOnLeft() const;
|
| int pageStep(ScrollbarOrientation) const;
|
| // End of ScrollableArea interface
|
|
|
|
|