Index: Source/core/inspector/InspectorController.h |
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h |
index 0e0956b8ac561137e73e3e0a376a9b495efbf87d..86f4243312bcb2d94b64797369708926acf816a2 100644 |
--- a/Source/core/inspector/InspectorController.h |
+++ b/Source/core/inspector/InspectorController.h |
@@ -67,8 +67,6 @@ class PlatformMouseEvent; |
class PlatformTouchEvent; |
class Node; |
-struct Highlight; |
- |
class InspectorController { |
WTF_MAKE_NONCOPYABLE(InspectorController); |
WTF_MAKE_FAST_ALLOCATED; |
@@ -100,9 +98,6 @@ public: |
void inspect(Node*); |
void drawHighlight(GraphicsContext&) const; |
- void getHighlight(Highlight*) const; |
- void hideHighlight(); |
- Node* highlightedNode() const; |
bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&); |
bool handleMouseEvent(LocalFrame*, const PlatformMouseEvent&); |