| Index: Source/core/inspector/InspectorOverlay.h
|
| diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h
|
| index d2be705e990a44d5fcd72c7eaaf3cef73c270759..01baa67c01b0dcc790cca585cf5bfbefb54b9ef3 100644
|
| --- a/Source/core/inspector/InspectorOverlay.h
|
| +++ b/Source/core/inspector/InspectorOverlay.h
|
| @@ -119,7 +119,6 @@ public:
|
| void hide();
|
| void paint(GraphicsContext&);
|
| void drawOutline(GraphicsContext*, const LayoutRect&, const Color&);
|
| - void getHighlight(Highlight*) const;
|
| void resize(const IntSize&);
|
| bool handleGestureEvent(const PlatformGestureEvent&);
|
| bool handleMouseEvent(const PlatformMouseEvent&);
|
|
|