| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index c63e7e9bd4c41e5310f237038853f608f8c0cd64..36767e5e81dfb816540cac5e084e1830ffdd5bd1 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -181,11 +181,9 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
|
| setDeviceScaleFactor(m_client->screenInfo().deviceScaleFactor);
|
| setVisibilityState(m_client->visibilityState(), true);
|
|
|
| - m_layerTreeView = m_client->initializeLayerTreeView();
|
| -
|
| -#if !ENABLE(COMPOSITOR)
|
| + m_client->initializeLayerTreeView();
|
| + // FIXME(sky): Get rid of this member variable. It's unused.
|
| m_layerTreeView = nullptr;
|
| -#endif
|
| }
|
|
|
| WebViewImpl::~WebViewImpl()
|
|
|