| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 2653a9cfa9be09b26285f18ca34238c64a4f0dce..ee0f883d7c7a840df4d6e8a0d0480b548a332534 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -146,6 +146,7 @@ public:
|
| PassRefPtrWillBeRawPtr<ClientRect> boundingBox(Element*, ExceptionState&);
|
|
|
| PassRefPtrWillBeRawPtr<ClientRectList> inspectorHighlightRects(Document*, ExceptionState&);
|
| + String inspectorHighlightCSSShapes(Node*, ExceptionState&);
|
|
|
| unsigned markerCountForNode(Node*, const String&, ExceptionState&);
|
| unsigned activeMarkerCountForNode(Node*, ExceptionState&);
|
|
|