| Index: third_party/WebKit/public/web/WebFrameWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h
|
| index d856c943f88e1c4a7d22b767b74269065fbd79e4..c07b9342c1089a8bf127ab6edde02de4b7ad6265 100644
|
| --- a/third_party/WebKit/public/web/WebFrameWidget.h
|
| +++ b/third_party/WebKit/public/web/WebFrameWidget.h
|
| @@ -54,7 +54,7 @@ public:
|
| // We still track page-level visibility, but additionally we need to notify a WebFrameWidget
|
| // when its owning RenderWidget receives a Show or Hide directive, so that it knows whether
|
| // it needs to draw or not.
|
| - virtual void setVisibilityState(WebPageVisibilityState visibilityState, bool isInitialState) { }
|
| + virtual void setVisibilityState(WebPageVisibilityState visibilityState) {}
|
|
|
| // Makes the WebFrameWidget transparent. This is useful if you want to have
|
| // some custom background rendered behind it.
|
|
|