| Index: Source/core/inspector/InspectorController.h
|
| diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
|
| index 0e0956b8ac561137e73e3e0a376a9b495efbf87d..55a0a79613a0aab3c8b377ebff67a5416e710af0 100644
|
| --- a/Source/core/inspector/InspectorController.h
|
| +++ b/Source/core/inspector/InspectorController.h
|
| @@ -60,12 +60,14 @@ class InspectorState;
|
| class InstrumentingAgents;
|
| class IntPoint;
|
| class IntSize;
|
| +class JSONObject;
|
| class Page;
|
| class PlatformGestureEvent;
|
| class PlatformKeyboardEvent;
|
| class PlatformMouseEvent;
|
| class PlatformTouchEvent;
|
| class Node;
|
| +class RenderBox;
|
|
|
| struct Highlight;
|
|
|
| @@ -101,6 +103,7 @@ public:
|
| void inspect(Node*);
|
| void drawHighlight(GraphicsContext&) const;
|
| void getHighlight(Highlight*) const;
|
| + PassRefPtr<JSONObject> buildObjectForShapeOutside(LocalFrame* containingFrame, RenderBox* renderer) const;
|
| void hideHighlight();
|
| Node* highlightedNode() const;
|
|
|
|
|