Title: [107842] trunk/Source/WebCore
- Revision
- 107842
- Author
- [email protected]
- Date
- 2012-02-15 14:36:31 -0800 (Wed, 15 Feb 2012)
Log Message
Try to fix the Chromium build and remove a snarky comment in the process.
* platform/chromium/PopupListBox.cpp:
(WebCore::PopupListBox::handleWheelEvent):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (107841 => 107842)
--- trunk/Source/WebCore/ChangeLog 2012-02-15 22:33:51 UTC (rev 107841)
+++ trunk/Source/WebCore/ChangeLog 2012-02-15 22:36:31 UTC (rev 107842)
@@ -1,5 +1,12 @@
2012-02-15 Anders Carlsson <[email protected]>
+ Try to fix the Chromium build and remove a snarky comment in the process.
+
+ * platform/chromium/PopupListBox.cpp:
+ (WebCore::PopupListBox::handleWheelEvent):
+
+2012-02-15 Anders Carlsson <[email protected]>
+
Wheel events should be re-dispatched to the scrolling thread
https://bugs.webkit.org/show_bug.cgi?id=78731
<rdar://problem/10866144>
Modified: trunk/Source/WebCore/platform/chromium/PopupListBox.cpp (107841 => 107842)
--- trunk/Source/WebCore/platform/chromium/PopupListBox.cpp 2012-02-15 22:33:51 UTC (rev 107841)
+++ trunk/Source/WebCore/platform/chromium/PopupListBox.cpp 2012-02-15 22:36:31 UTC (rev 107842)
@@ -154,9 +154,7 @@
return true;
}
- // Pass it off to the scroll view.
- // Sadly, WebCore devs don't understand the whole "const" thing.
- wheelEvent(const_cast<PlatformWheelEvent&>(event));
+ ScrollableArea::handleWheelEvent(event);
return true;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes