[webkit-reviews] review granted: [Bug 40577] [Qt] Scroll wheel event support to graphics based DRT : [Attachment 58902] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 10:39:16 PDT 2010


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Diego Gonzalez
<diegohcg at webkit.org>'s request for review:
Bug 40577: [Qt] Scroll wheel event support to graphics based DRT
https://bugs.webkit.org/show_bug.cgi?id=40577

Attachment 58902: Patch
https://bugs.webkit.org/attachment.cgi?id=58902&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
WebKitTools/DumpRenderTree/qt/EventSenderQt.cpp:209
 +		event = new QWheelEvent(m_mousePos, m_mousePos, y,
m_mouseButtons, Qt::NoModifier, Qt::Vertical);
this part should not have braces


More information about the webkit-reviews mailing list