diff options
Diffstat (limited to 'WebCore/page/wince/FrameWince.cpp')
-rw-r--r-- | WebCore/page/wince/FrameWince.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebCore/page/wince/FrameWince.cpp b/WebCore/page/wince/FrameWince.cpp index c806b98..7cfbae0 100644 --- a/WebCore/page/wince/FrameWince.cpp +++ b/WebCore/page/wince/FrameWince.cpp @@ -35,6 +35,7 @@ #include "HTMLNames.h" #include "HTMLTableCellElement.h" #include "KeyboardEvent.h" +#include "NotImplemented.h" #include "Page.h" #include "RenderFrame.h" #include "RenderLayer.h" @@ -147,6 +148,12 @@ HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) return hBmp; } +DragImageRef Frame::nodeImage(Node*) +{ + notImplemented(); + return 0; +} + DragImageRef Frame::dragImageForSelection() { if (selection()->isRange()) |