Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / HostWindow.h
index 5744f97..e25f104 100644 (file)
 #include "wtf/Noncopyable.h"
 
 namespace blink {
-class Cursor;
-class IntPoint;
 class IntRect;
-class IntSize;
 struct WebScreenInfo;
 
 class PLATFORM_EXPORT HostWindow {
@@ -46,8 +43,6 @@ public:
     // Requests the host invalidate the contents and the root view.
     virtual void invalidateContentsAndRootView(const IntRect& updateRect) = 0;
 
-    virtual void scroll() = 0;
-
     // Requests the host invalidate the contents, not the root view. This is the slow path for scrolling.
     virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) = 0;