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

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: rebase Created 6 years, 4 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 c94d5c20631f0c577548b53eb00faf273e132b59..d9e98bbf298cf678412b6c7624746955ddd73e10 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 NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public DeviceEventControllerBase, public DOMWindowLifecycleObserver {
+class DeviceSingleWindowEventController : public NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public PlatformEventController, public DOMWindowLifecycleObserver {
public:
virtual ~DeviceSingleWindowEventController();
« no previous file with comments | « Source/core/frame/DeviceEventDispatcherBase.cpp ('k') | Source/core/frame/DeviceSingleWindowEventController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698