Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / ScrollView.h
index ae9caf6..d2aaf2c 100644 (file)
@@ -185,9 +185,8 @@ public:
     IntRect windowToContents(const IntRect&) const;
     IntRect contentsToWindow(const IntRect&) const;
 
-    // Functions for converting to and from screen coordinates.
+    // Functions for converting to screen coordinates.
     IntRect contentsToScreen(const IntRect&) const;
-    IntPoint screenToContents(const IntPoint&) const;
 
     // These functions are used to enable scrollbars to avoid window resizer controls that overlap the scroll view. This happens on Mac
     // for example.
@@ -204,9 +203,6 @@ public:
     // Widget override to update our scrollbars and notify our contents of the resize.
     virtual void setFrameRect(const IntRect&) OVERRIDE;
 
-    // Widget override to notify our contents of a cliprect change.
-    virtual void clipRectChanged() OVERRIDE;
-
     // For platforms that need to hit test scrollbars from within the engine's event handlers (like Win32).
     Scrollbar* scrollbarAtPoint(const IntPoint& windowPoint);