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

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.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: Source/core/frame/DeviceSingleWindowEventController.h
diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
index 87cdc9486ae4eea8f31a28d61cf8c898d248d1aa..5db75436694ec5e7a76724a461a61de31b476c4b 100644
--- a/Source/core/frame/DeviceSingleWindowEventController.h
+++ b/Source/core/frame/DeviceSingleWindowEventController.h
@@ -6,7 +6,7 @@
#define DeviceSingleWindowEventController_h
#include "core/frame/DOMWindowLifecycleObserver.h"
-#include "core/frame/DeviceEventControllerBase.h"
+#include "core/frame/PlatformEventController.h"
#include "platform/heap/Handle.h"
namespace blink {
@@ -14,7 +14,7 @@ namespace blink {
class Document;
class Event;
-class DeviceSingleWindowEventController : public DeviceEventControllerBase, public DOMWindowLifecycleObserver {
+class DeviceSingleWindowEventController : public PlatformEventController, public DOMWindowLifecycleObserver {
public:
// Inherited from DeviceEventControllerBase.
virtual void didUpdateData() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698