| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index b70b4b062b2e217ff2b3518f438c9b713796e799..7ee0b45e4bca4a45fd7f68ca81b02de3ee5bdbf5 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -150,6 +150,7 @@ public:
|
| virtual void setFileInputFiles(ErrorString*, int nodeId, const RefPtr<JSONArray>& files);
|
| virtual void getBoxModel(ErrorString*, int nodeId, RefPtr<TypeBuilder::DOM::BoxModel>&);
|
| virtual void getNodeForLocation(ErrorString*, int x, int y, int* nodeId);
|
| + virtual void getRelayoutBoundary(ErrorString*, int nodeId, int* relayoutBoundaryNodeId);
|
|
|
| static void getEventListeners(Node*, Vector<EventListenerInfo>& listenersArray, bool includeAncestors);
|
|
|
|
|