Index: content/renderer/renderer_webkitplatformsupport_impl.h |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
index a3005adb2aa4fa382621b5522eb4e73c2afa28fc..e04317f0164b05cfc8ccfa1337fcd2ad9ce1b817 100644 |
--- a/content/renderer/renderer_webkitplatformsupport_impl.h |
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
@@ -120,6 +120,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
virtual WebKit::WebGraphicsContext3DProvider* |
createSharedOffscreenGraphicsContext3DProvider(); |
virtual WebKit::WebCompositorSupport* compositorSupport(); |
+ virtual void vibrate(unsigned time) OVERRIDE; |
Peter Beverloo
2013/06/13 11:27:45
nit: white line above here to improve readability.
Michael van Ouwerkerk
2013/06/18 14:39:23
Done.
|
+ virtual void cancelVibration() OVERRIDE; |
// Disables the WebSandboxSupport implementation for testing. |
// Tests that do not set up a full sandbox environment should call |