| Index: Source/core/inspector/InspectorController.h
|
| diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
|
| index 0e0956b8ac561137e73e3e0a376a9b495efbf87d..fd76702b7bd0c79b2a805f0db5f554cff9b09545 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() const;
|
| void hideHighlight();
|
| Node* highlightedNode() const;
|
|
|
|
|