Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / PlatformWheelEvent.h
index 588013c..57ca101 100644 (file)
@@ -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.