Index: Source/platform/scroll/ScrollView.h |
diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h |
index 3e90f7a5d9e9fbe020fabf35e20911ad1a2d06d1..420f66096095d9cf004735b10ce8e667c9aa5f17 100644 |
--- a/Source/platform/scroll/ScrollView.h |
+++ b/Source/platform/scroll/ScrollView.h |
@@ -273,8 +273,8 @@ protected: |
virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE; |
virtual void scrollContentsIfNeeded(); |
- // Scroll the content by blitting the pixels. |
- virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll); |
+ // Scroll the content by via the compositor. |
+ virtual bool scrollContentsFastPath(const IntSize& scrollDelta); |
// Scroll the content by invalidating everything. |
virtual void scrollContentsSlowPath(const IntRect& updateRect); |