Index: Source/WebCore/page/FrameView.h |
=================================================================== |
--- Source/WebCore/page/FrameView.h (revision 94140) |
+++ Source/WebCore/page/FrameView.h (working copy) |
@@ -44,6 +44,7 @@ |
class KURL; |
class Node; |
class Page; |
+class RenderBox; |
class RenderEmbeddedObject; |
class RenderLayer; |
class RenderObject; |
@@ -286,6 +287,8 @@ |
void setAnimatorsAreActive(); |
+ void clearOwningRendererForCustomScrollbars(RenderBox*); |
+ |
protected: |
virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); |
virtual void scrollContentsSlowPath(const IntRect& updateRect); |