Index: Source/platform/PlatformWheelEvent.h |
diff --git a/Source/platform/PlatformWheelEvent.h b/Source/platform/PlatformWheelEvent.h |
index 588013c68552aa4e5edb389d66ce7d6c141a2ddf..57ca1012057614ba20bff42573aa8907eac3974a 100644 |
--- a/Source/platform/PlatformWheelEvent.h |
+++ b/Source/platform/PlatformWheelEvent.h |
@@ -31,9 +31,6 @@ |
namespace blink { |
-class FloatPoint; |
-class FloatSize; |
- |
// Wheel events come in two flavors: |
// The ScrollByPixelWheelEvent is a fine-grained event that specifies the precise number of pixels to scroll. It is sent directly by MacBook touchpads on OS X, |
// and synthesized in other cases where platforms generate line-by-line scrolling events. |