Index: Source/core/inspector/InspectorDOMAgent.h |
diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
index 6cba33dc2fafea27b5f01dde7183226ce19de528..19d8f0a0c3248bcbb9896f81aa3ef99207ada40d 100644 |
--- a/Source/core/inspector/InspectorDOMAgent.h |
+++ b/Source/core/inspector/InspectorDOMAgent.h |
@@ -148,6 +148,7 @@ public: |
virtual void markUndoableState(ErrorString*); |
virtual void focus(ErrorString*, int nodeId); |
virtual void setFileInputFiles(ErrorString*, int nodeId, const RefPtr<JSONArray>& files); |
+ virtual void relayoutBoundaryForNode(ErrorString*, int nodeId, int* relayoutBoundaryNodeId); |
static void getEventListeners(Node*, Vector<EventListenerInfo>& listenersArray, bool includeAncestors); |