| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index ae5dae610bcbd9de9ba20f004a593cc36d2a9c78..08140fcf1298b9d64643be94191a7d2ea5337267 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -42,6 +42,7 @@
|
| #include "third_party/WebKit/public/platform/WebFocusType.h"
|
| #include "third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h"
|
| #include "third_party/WebKit/public/platform/WebMediaPlayer.h"
|
| +#include "third_party/WebKit/public/platform/WebPageVisibilityState.h"
|
| #include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClient.h"
|
| #include "third_party/WebKit/public/web/WebAXObject.h"
|
| #include "third_party/WebKit/public/web/WebDataSource.h"
|
| @@ -415,6 +416,7 @@ class CONTENT_EXPORT RenderFrameImpl
|
| const std::string& message) override;
|
| bool IsUsingLoFi() const override;
|
| bool IsPasting() const override;
|
| + blink::WebPageVisibilityState GetVisibilityState() const override;
|
|
|
| // blink::WebFrameClient implementation:
|
| blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,
|
| @@ -615,6 +617,7 @@ class CONTENT_EXPORT RenderFrameImpl
|
| const blink::WebSecurityOrigin& security_origin,
|
| blink::WebSetSinkIdCallbacks* web_callbacks) override;
|
| blink::ServiceRegistry* serviceRegistry() override;
|
| + blink::WebPageVisibilityState visibilityState() const override;
|
|
|
| // WebFrameSerializerClient implementation:
|
| void didSerializeDataForFrame(
|
|
|