Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: remoting/client/plugin/pepper_input_handler.h

Issue 6697024: client-side wheel mouse support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/client/plugin/pepper_input_handler.h
diff --git a/remoting/client/plugin/pepper_input_handler.h b/remoting/client/plugin/pepper_input_handler.h
index b99dd32715b76ee8a000d4467f9a4932b3f0faca..3749a6128783ce9ea822c5695c77bef0f387ba53 100644
--- a/remoting/client/plugin/pepper_input_handler.h
+++ b/remoting/client/plugin/pepper_input_handler.h
@@ -10,6 +10,7 @@
struct PP_InputEvent_Character;
struct PP_InputEvent_Key;
struct PP_InputEvent_Mouse;
+struct PP_InputEvent_Wheel;
namespace remoting {
@@ -28,6 +29,7 @@ class PepperInputHandler : public InputHandler {
void HandleMouseMoveEvent(const PP_InputEvent_Mouse& event);
void HandleMouseButtonEvent(bool button_down,
const PP_InputEvent_Mouse& event);
+ void HandleMouseWheelEvent(const PP_InputEvent_Wheel& event);
private:
DISALLOW_COPY_AND_ASSIGN(PepperInputHandler);

Powered by Google App Engine
This is Rietveld 408576698