| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index f81a5071e0a4af1d65e083c157b137d4f78c555d..5e7ba703f701389ad3f2bf6a52ed43ee7d90f657 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -184,6 +184,10 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
|
| setVisibilityState(m_client->visibilityState(), true);
|
|
|
| m_layerTreeView = m_client->initializeLayerTreeView();
|
| +
|
| +#if !ENABLE(COMPOSITOR)
|
| + m_layerTreeView = nullptr;
|
| +#endif
|
| }
|
|
|
| WebViewImpl::~WebViewImpl()
|
|
|