diff options
Diffstat (limited to 'WebCore/page/Chrome.h')
-rw-r--r-- | WebCore/page/Chrome.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/page/Chrome.h b/WebCore/page/Chrome.h index 27bde83..537468a 100644 --- a/WebCore/page/Chrome.h +++ b/WebCore/page/Chrome.h @@ -69,6 +69,7 @@ namespace WebCore { virtual IntRect windowToScreen(const IntRect&) const; virtual PlatformPageClient platformPageClient() const; virtual void scrollbarsModeDidChange() const; + virtual void setCursor(const Cursor&); void scrollRectIntoView(const IntRect&) const; @@ -135,8 +136,6 @@ namespace WebCore { void runOpenPanel(Frame*, PassRefPtr<FileChooser>); void chooseIconForFiles(const Vector<String>&, FileChooser*); - bool setCursor(PlatformCursorHandle); - #if PLATFORM(MAC) void focusNSView(NSView*); #endif |