Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
index a5c2db37e66be0828a621b36c68176a73add17a8..c63512978ea205ac585bfce021db27946a804b9f 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
@@ -183,6 +183,7 @@ public: |
int boundNodeId(Node*); |
void setDOMListener(DOMListener*); |
void inspect(Node*); |
+ void nodeHighlightedInOverlay(Node*); |
static String documentURLString(Document*); |