Index: Source/WebCore/platform/ScrollableArea.h |
diff --git a/Source/WebCore/platform/ScrollableArea.h b/Source/WebCore/platform/ScrollableArea.h |
index e78c7b0da9df71715d3d1ea00b6921df6710c22b..7c2a132d34ed13ddd2c03a04e623c261e751a48e 100644 |
--- a/Source/WebCore/platform/ScrollableArea.h |
+++ b/Source/WebCore/platform/ScrollableArea.h |
@@ -37,7 +37,6 @@ class GraphicsLayer; |
class PlatformGestureEvent; |
class PlatformWheelEvent; |
class ScrollAnimator; |
-class TiledBacking; |
class ScrollableArea { |
public: |
@@ -179,7 +178,6 @@ public: |
virtual bool scheduleAnimation() { return false; } |
void serviceScrollAnimations(); |
- virtual TiledBacking* tiledBacking() { return 0; } |
virtual bool usesCompositedScrolling() const { return false; } |
virtual void reportMemoryUsage(MemoryObjectInfo*) const; |