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

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.cpp

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
« no previous file with comments | « Source/core/frame/DeviceSingleWindowEventController.h ('k') | Source/core/frame/PlatformEventController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DeviceSingleWindowEventController.cpp
diff --git a/Source/core/frame/DeviceSingleWindowEventController.cpp b/Source/core/frame/DeviceSingleWindowEventController.cpp
index 45686016a17376e7d571757c58b801775318dfba..0dfb6877103d5cc5bea557d0bcd0715587f07fb7 100644
--- a/Source/core/frame/DeviceSingleWindowEventController.cpp
+++ b/Source/core/frame/DeviceSingleWindowEventController.cpp
@@ -13,7 +13,7 @@
namespace blink {
DeviceSingleWindowEventController::DeviceSingleWindowEventController(Document& document)
- : DeviceEventControllerBase(document.page())
+ : PlatformEventController(document.page())
, DOMWindowLifecycleObserver(document.domWindow())
, m_needsCheckingNullEvents(true)
, m_document(document)
« no previous file with comments | « Source/core/frame/DeviceSingleWindowEventController.h ('k') | Source/core/frame/PlatformEventController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698