| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index 6e4781289e6213b0e881f18d62e745e13f965678..413bd253c3bca06050923fcf3ebf6b7f00431a0d 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -924,6 +924,7 @@ public:
|
|
|
| EIsolation isolation() const;
|
| void setIsolation(EIsolation v);
|
| + bool hasIsolation() const;
|
|
|
| bool shouldPlaceBlockDirectionScrollbarOnLogicalLeft() const { return !isLeftToRightDirection() && isHorizontalWritingMode(); }
|
|
|
|
|