Title: [108485] trunk/Source/WebCore
Revision
108485
Author
[email protected]
Date
2012-02-22 05:10:09 -0800 (Wed, 22 Feb 2012)

Log Message

Remove unused class declaration in WebCore/page/scrolling/ScrollingCoordinator.h
https://bugs.webkit.org/show_bug.cgi?id=79175

Patch by Changhun Kang <[email protected]> on 2012-02-22
Reviewed by Kentaro Hara.

* page/scrolling/ScrollingCoordinator.h:
Remove PlatformGestureEvent class declaration.
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108484 => 108485)


--- trunk/Source/WebCore/ChangeLog	2012-02-22 13:05:14 UTC (rev 108484)
+++ trunk/Source/WebCore/ChangeLog	2012-02-22 13:10:09 UTC (rev 108485)
@@ -1,3 +1,14 @@
+2012-02-22  Changhun Kang  <[email protected]>
+
+        Remove unused class declaration in WebCore/page/scrolling/ScrollingCoordinator.h
+        https://bugs.webkit.org/show_bug.cgi?id=79175
+
+        Reviewed by Kentaro Hara.
+
+        * page/scrolling/ScrollingCoordinator.h:
+        Remove PlatformGestureEvent class declaration.
+        (WebCore):
+
 2012-02-22  Andras Becsi  <[email protected]>
 
         [Qt][WK2] Fix the N9 build

Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h (108484 => 108485)


--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h	2012-02-22 13:05:14 UTC (rev 108484)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h	2012-02-22 13:10:09 UTC (rev 108485)
@@ -54,10 +54,6 @@
 class ScrollingTree;
 #endif
 
-#if ENABLE(GESTURE_EVENTS)
-class PlatformGestureEvent;
-#endif
-
 class ScrollingCoordinator : public ThreadSafeRefCounted<ScrollingCoordinator> {
 public:
     static PassRefPtr<ScrollingCoordinator> create(Page*);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to