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

Unified Diff: third_party/WebKit/Source/modules/vibration/VibrationController.h

Issue 2755363002: [DeviceService] Port VibrationManager to be hosted in Device Service (Closed)
Patch Set: Rebase only Created 3 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: third_party/WebKit/Source/modules/vibration/VibrationController.h
diff --git a/third_party/WebKit/Source/modules/vibration/VibrationController.h b/third_party/WebKit/Source/modules/vibration/VibrationController.h
index 58b69c73940c0b8ea92651e5e050a46870e52b58..7f861e1fb3fdeeb8dc2881eaaa66c608a69e938e 100644
--- a/third_party/WebKit/Source/modules/vibration/VibrationController.h
+++ b/third_party/WebKit/Source/modules/vibration/VibrationController.h
@@ -74,9 +74,9 @@ class MODULES_EXPORT VibrationController final
// Inherited from PageVisibilityObserver.
void pageVisibilityChanged() override;
- // The VibrationManager mojo service. This is reset in |contextDestroyed|
+ // Ptr to VibrationManager mojo interface. This is reset in |contextDestroyed|
// and must not be called or recreated after it is reset.
- device::mojom::blink::VibrationManagerPtr m_service;
+ device::mojom::blink::VibrationManagerPtr m_vibrationManager;
// Timer for calling |doVibrate| after a delay. It is safe to call
// |startOneshot| when the timer is already running: it may affect the time
« no previous file with comments | « third_party/WebKit/Source/modules/vibration/DEPS ('k') | third_party/WebKit/Source/modules/vibration/VibrationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698