| 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
|
|
|