| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 67c3960b3bd4bdc7107d37476c7b5903f02c095b..496df88e7232d5dd3c1c93b7a89efd7646a3c684 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -193,6 +193,9 @@ public:
|
|
|
| PluginData* pluginData() const;
|
|
|
| + void didInstallNewDocument();
|
| + void onVisibilityMaybeChanged(bool visible);
|
| +
|
| private:
|
| friend class FrameNavigationDisabler;
|
|
|
| @@ -236,6 +239,9 @@ private:
|
| Member<InstrumentingAgents> m_instrumentingAgents;
|
|
|
| InterfaceProvider* const m_interfaceProvider;
|
| +
|
| + bool m_visibilityWasLogged;
|
| + bool m_creationWasLogged;
|
| };
|
|
|
| inline void LocalFrame::init()
|
|
|