diff options
Diffstat (limited to 'WebCore/platform/HostWindow.h')
-rw-r--r-- | WebCore/platform/HostWindow.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/WebCore/platform/HostWindow.h b/WebCore/platform/HostWindow.h index 7007ac5..3e982e1 100644 --- a/WebCore/platform/HostWindow.h +++ b/WebCore/platform/HostWindow.h @@ -27,18 +27,13 @@ #define HostWindow_h #include <wtf/Noncopyable.h> -#include "IntRect.h" #include "Widget.h" namespace WebCore { -class IntPoint; -class IntRect; - class HostWindow : Noncopyable { public: - HostWindow() {} - virtual ~HostWindow() {} + virtual ~HostWindow() { } // The repaint method asks the host window to repaint a rect in the window's coordinate space. The // contentChanged boolean indicates whether or not the Web page content actually changed (or if a repaint |