Index: Source/WebCore/page/FrameView.h |
=================================================================== |
--- Source/WebCore/page/FrameView.h (revision 139631) |
+++ Source/WebCore/page/FrameView.h (working copy) |
@@ -436,6 +436,7 @@ |
virtual IntRect scrollableAreaBoundingBox() const OVERRIDE; |
virtual bool scrollAnimatorEnabled() const OVERRIDE; |
#if USE(ACCELERATED_COMPOSITING) |
+ virtual bool usesCompositedScrolling() const OVERRIDE; |
virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE; |
virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE; |
virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE; |