Index: Source/core/rendering/RenderLayer.h |
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h |
index 85053caba376fcfba6e683ea12ac6930530c8342..4f78899a19f5a43ac2dc6050f231bd8fd2713b37 100644 |
--- a/Source/core/rendering/RenderLayer.h |
+++ b/Source/core/rendering/RenderLayer.h |
@@ -1021,8 +1021,6 @@ private: |
// Rectangle encompassing the scroll corner and resizer rect. |
IntRect scrollCornerAndResizerRect() const; |
- // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea. |
- void scrollTo(int, int); |
void updateCompositingLayersAfterScroll(); |
IntSize scrollbarOffset(const Scrollbar*) const; |