Index: third_party/WebKit/Source/core/frame/PlatformEventController.cpp |
diff --git a/third_party/WebKit/Source/core/frame/PlatformEventController.cpp b/third_party/WebKit/Source/core/frame/PlatformEventController.cpp |
index 83c78bda8d68a82186545f80ab1d13b59f7c8ef6..6f33433c4b8238ea4308cdd754c680ff4c810097 100644 |
--- a/third_party/WebKit/Source/core/frame/PlatformEventController.cpp |
+++ b/third_party/WebKit/Source/core/frame/PlatformEventController.cpp |
@@ -9,7 +9,7 @@ |
namespace blink { |
PlatformEventController::PlatformEventController(Page* page) |
- : PageLifecycleObserver(page) |
+ : PageVisibilityObserver(page) |
, m_hasEventListener(false) |
, m_isActive(false) |
, m_timer(this, &PlatformEventController::oneShotCallback) |