Index: Source/core/inspector/InspectorOverlay.h |
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h |
index d2be705e990a44d5fcd72c7eaaf3cef73c270759..a40bc870d986c7a009d042833592fb22d43e3f66 100644 |
--- a/Source/core/inspector/InspectorOverlay.h |
+++ b/Source/core/inspector/InspectorOverlay.h |
@@ -47,6 +47,7 @@ class EmptyChromeClient; |
class GraphicsContext; |
class InspectorClient; |
class InspectorOverlayHost; |
+class JSONObject; |
class JSONValue; |
class Node; |
class Page; |
@@ -130,6 +131,7 @@ public: |
void setInspectModeEnabled(bool); |
void hideHighlight(); |
+ PassRefPtr<JSONObject> buildObjectForShapeOutside(); |
void highlightNode(Node*, Node* eventTarget, const HighlightConfig&, bool omitTooltip); |
void highlightQuad(PassOwnPtr<FloatQuad>, const HighlightConfig&); |
void showAndHideViewSize(bool showGrid); |