Index: content/shell/renderer/webkit_test_runner.h |
diff --git a/content/shell/renderer/webkit_test_runner.h b/content/shell/renderer/webkit_test_runner.h |
index 67f50b0fec9b6a8005deea1ecc7d5b022f5931fc..0492d33fd8babae9a1c19a34171433734e59a410 100644 |
--- a/content/shell/renderer/webkit_test_runner.h |
+++ b/content/shell/renderer/webkit_test_runner.h |
@@ -57,6 +57,10 @@ class WebKitTestRunner : public RenderViewObserver, |
virtual void setEditCommand(const std::string& name, |
const std::string& value) OVERRIDE; |
virtual void setGamepadData(const blink::WebGamepads& gamepads) OVERRIDE; |
+ virtual void didConnectGamepad(int index, |
+ const blink::WebGamepad& gamepad) OVERRIDE; |
+ virtual void didDisconnectGamepad(int index, |
+ const blink::WebGamepad& gamepad) OVERRIDE; |
virtual void setDeviceMotionData( |
const blink::WebDeviceMotionData& data) OVERRIDE; |
virtual void setDeviceOrientationData( |