diff options
Diffstat (limited to 'WebCore/page/mac/EventHandlerMac.mm')
-rw-r--r-- | WebCore/page/mac/EventHandlerMac.mm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WebCore/page/mac/EventHandlerMac.mm b/WebCore/page/mac/EventHandlerMac.mm index 92895d9..91a2018 100644 --- a/WebCore/page/mac/EventHandlerMac.mm +++ b/WebCore/page/mac/EventHandlerMac.mm @@ -28,16 +28,18 @@ #include "AXObjectCache.h" #include "BlockExceptions.h" +#include "Chrome.h" #include "ChromeClient.h" #include "ClipboardMac.h" #include "DragController.h" #include "EventNames.h" #include "FocusController.h" -#include "FrameLoader.h" #include "Frame.h" +#include "FrameLoader.h" #include "FrameView.h" #include "KeyboardEvent.h" #include "MouseEventWithHitTestResults.h" +#include "NotImplemented.h" #include "Page.h" #include "PlatformKeyboardEvent.h" #include "PlatformWheelEvent.h" @@ -703,7 +705,7 @@ bool EventHandler::passWidgetMouseDownEventToWidget(const MouseEventWithHitTestR return false; } -bool EventHandler::eventActivatedView(const PlatformMouseEvent& event) const +bool EventHandler::eventActivatedView(const PlatformMouseEvent&) const { notImplemented(); return false; |