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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 16781002: Vibration API: plumbing from Blink to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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: 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

Powered by Google App Engine
This is Rietveld 408576698