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

Unified Diff: third_party/WebKit/Source/core/frame/PlatformEventController.cpp

Issue 2138663003: Rename PageLifecycleObserver to PageVisibilityObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: 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)

Powered by Google App Engine
This is Rietveld 408576698