| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 218f70fe9f3dfa61695497b476055adf4a9d0b69..ba79f406c3c0cf1c42c99708f0c06f67449d2f97 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -463,9 +463,8 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
|
| provideDedicatedWorkerGlobalScopeProxyProviderTo(*m_page, DedicatedWorkerGlobalScopeProxyProviderImpl::create());
|
| StorageNamespaceController::provideStorageNamespaceTo(*m_page, &m_storageClientImpl);
|
|
|
| - if (m_client) {
|
| + if (m_client)
|
| setVisibilityState(m_client->visibilityState(), true);
|
| - }
|
|
|
| initializeLayerTreeView();
|
|
|
|
|