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

Unified Diff: third_party/WebKit/Source/core/page/PageVisibilityNotifier.h

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/page/PageVisibilityNotifier.h
diff --git a/third_party/WebKit/Source/core/page/PageLifecycleNotifier.h b/third_party/WebKit/Source/core/page/PageVisibilityNotifier.h
similarity index 86%
rename from third_party/WebKit/Source/core/page/PageLifecycleNotifier.h
rename to third_party/WebKit/Source/core/page/PageVisibilityNotifier.h
index ac6d6606de3b672ec888d885a4081d58701f1a23..97cbcc12a24c0d8290a15df600a541a359005fd7 100644
--- a/third_party/WebKit/Source/core/page/PageLifecycleNotifier.h
+++ b/third_party/WebKit/Source/core/page/PageVisibilityNotifier.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef PageLifecycleNotifier_h
-#define PageLifecycleNotifier_h
+#ifndef PageVisibilityNotifier_h
+#define PageVisibilityNotifier_h
#include "core/CoreExport.h"
#include "platform/LifecycleNotifier.h"
@@ -33,13 +33,13 @@ namespace blink {
class LocalFrame;
class Page;
-class PageLifecycleObserver;
+class PageVisibilityObserver;
-class CORE_EXPORT PageLifecycleNotifier : public LifecycleNotifier<Page, PageLifecycleObserver> {
+class CORE_EXPORT PageVisibilityNotifier : public LifecycleNotifier<Page, PageVisibilityObserver> {
public:
void notifyPageVisibilityChanged();
};
} // namespace blink
-#endif // PageLifecycleNotifier_h
+#endif // PageVisibilityNotifier_h

Powered by Google App Engine
This is Rietveld 408576698