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

Unified Diff: public/platform/WebDeviceOrientationListener.h

Issue 417213002: Introduce PlatformEvent to handle Device events, Battery events and Gamepad events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: with backward compatibility Created 6 years, 5 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: public/platform/WebDeviceOrientationListener.h
diff --git a/public/platform/WebDeviceOrientationListener.h b/public/platform/WebDeviceOrientationListener.h
index 5c88835753d9fde6cbcb7c419fbb5b6233005678..ca95387289d2bdc6b0c28ffc652d1c4756abf15a 100644
--- a/public/platform/WebDeviceOrientationListener.h
+++ b/public/platform/WebDeviceOrientationListener.h
@@ -31,11 +31,13 @@
#ifndef WebDeviceOrientationListener_h
#define WebDeviceOrientationListener_h
+#include "WebPlatformEventListener.h"
+
namespace blink {
class WebDeviceOrientationData;
-class WebDeviceOrientationListener {
+class WebDeviceOrientationListener : public WebPlatformEventListener {
public:
// This method is called every time new device orientation data is available.
virtual void didChangeDeviceOrientation(const WebDeviceOrientationData&) = 0;

Powered by Google App Engine
This is Rietveld 408576698