| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 3c1d336ce2ae11798ccdf3d842ebf514d9fd5b61..68385152781925dc2098984ba77f95427154c26f 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -234,6 +234,8 @@ public:
|
| String elementLayerTreeAsText(Element*, unsigned flags, ExceptionState&) const;
|
| String elementLayerTreeAsText(Element*, ExceptionState&) const;
|
|
|
| + bool isStackingContext(Element*) const;
|
| +
|
| bool scrollsWithRespectTo(Element*, Element*, ExceptionState&);
|
|
|
| String scrollingStateTreeAsText(Document*) const;
|
|
|