Index: Source/core/inspector/InspectorOverlay.h |
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h |
index d5b3c7d8f52d186c776c709e434e2f243daf775b..c8287dda8086a17de59d907bd06fa93acaa350cc 100644 |
--- a/Source/core/inspector/InspectorOverlay.h |
+++ b/Source/core/inspector/InspectorOverlay.h |
@@ -28,7 +28,7 @@ |
#ifndef InspectorOverlay_h |
#define InspectorOverlay_h |
- |
+#include "core/rendering/RenderBoxModelObject.h" |
#include "platform/Timer.h" |
#include "platform/geometry/FloatQuad.h" |
#include "platform/geometry/LayoutRect.h" |
@@ -47,6 +47,7 @@ class EmptyChromeClient; |
class GraphicsContext; |
class InspectorClient; |
class InspectorOverlayHost; |
+class JSONObject; |
class JSONValue; |
class Node; |
class Page; |
@@ -135,6 +136,7 @@ public: |
void showAndHideViewSize(bool showGrid); |
Node* highlightedNode() const; |
+ PassRefPtr<JSONObject> buildObjectForShapeOutside(LocalFrame*, RenderBox*); |
bool getBoxModel(Node*, Vector<FloatQuad>*); |
void freePage(); |