| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index dd1c59398fbe533fa311eafa2501c6c6027db7a8..c8aba7d04816267a366825480466050240e2b79a 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -88,7 +88,7 @@ public:
|
| WebColor backgroundColor() const override;
|
| WebPagePopup* pagePopup() const override;
|
| void updateTopControlsState(WebTopControlsState constraints, WebTopControlsState current, bool animate) override;
|
| - void setVisibilityState(WebPageVisibilityState, bool isInitialState) override;
|
| + void setVisibilityState(WebPageVisibilityState) override;
|
| bool isTransparent() const override;
|
| void setIsTransparent(bool) override;
|
| void setBaseBackgroundColor(WebColor) override;
|
|
|