| 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..3fd784ad7ab7bc0e3af97f0106f0ee8eb81c77e4 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 didInstallNewRealDocument();
|
| + 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()
|
|
|