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

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: 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.cpp
diff --git a/Source/core/frame/DeviceSingleWindowEventController.cpp b/Source/core/frame/DeviceSingleWindowEventController.cpp
index 7ba9600817eeeee9510849f1fa5139c16c60815f..fc85cafd90932077ad546cf49774dbd5a1e15f1b 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)

Powered by Google App Engine
This is Rietveld 408576698