Index: Source/WebCore/page/FrameView.h |
=================================================================== |
--- Source/WebCore/page/FrameView.h (revision 94130) |
+++ Source/WebCore/page/FrameView.h (working copy) |
@@ -286,6 +286,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); |