DescriptionAdd content::RenderWidgetHost::MouseEventCallback
This adds the possibility to register mouse event callbacks with
RenderWidgetHost and get notified about all kinds of mouse events. Any
callback can "handle" the event, in which case it's not propagated to the
renderer.
Opera registers a mouse event callback to feed its mouse gesture recognizer
with events. At this point, there is no other implementor of MouseEventCallback.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220260
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use a callback instead of a single-method interface #
Total comments: 2
Patch Set 3 : Get rid of the small helper function that was only called once #Patch Set 4 : Rebased changes #
Messages
Total messages: 10 (0 generated)
|