Index: Source/core/inspector/InspectorClient.h |
diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h |
index 46782a80c2890115d478571e76676ee4a46ba539..a483abd6e8408c625d25006d85587f053bcea7a7 100644 |
--- a/Source/core/inspector/InspectorClient.h |
+++ b/Source/core/inspector/InspectorClient.h |
@@ -28,7 +28,6 @@ |
#define InspectorClient_h |
#include "core/inspector/InspectorStateClient.h" |
-#include "core/page/ContextMenuProvider.h" |
#include "wtf/Forward.h" |
#include "wtf/PassRefPtr.h" |
@@ -71,7 +70,6 @@ public: |
virtual float minimumPageScaleFactor() { return 1; } |
virtual float maximumPageScaleFactor() { return 1; } |
virtual void setPageScaleFactor(float) { } |
- virtual void showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>) { } |
virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) { } |
virtual void dispatchMouseEvent(const PlatformMouseEvent&) { } |