Chromium Code Reviews| Index: Source/core/inspector/InspectorOverlay.h |
| diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h |
| index d2be705e990a44d5fcd72c7eaaf3cef73c270759..ea8a355a461225197d12e22330a34e9a2b2dba4d 100644 |
| --- a/Source/core/inspector/InspectorOverlay.h |
| +++ b/Source/core/inspector/InspectorOverlay.h |
| @@ -29,6 +29,7 @@ |
| #ifndef InspectorOverlay_h |
| #define InspectorOverlay_h |
| +#include "core/rendering/RenderBoxModelObject.h" |
|
rwlbuis
2014/04/24 15:17:27
Needed?
Habib Virji
2014/04/24 17:12:22
Done.
|
| #include "platform/Timer.h" |
| #include "platform/geometry/FloatQuad.h" |
| #include "platform/geometry/LayoutRect.h" |
| @@ -47,6 +48,7 @@ class EmptyChromeClient; |
| class GraphicsContext; |
| class InspectorClient; |
| class InspectorOverlayHost; |
| +class JSONObject; |
| class JSONValue; |
| class Node; |
| class Page; |
| @@ -130,6 +132,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); |