| Index: cc/layer_impl.cc
|
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc
|
| index 81bc49f01aafb4a2ea926f0412e3764a5c786d8a..feee4f4d6b0348c0b73c30a002044ad156cb4d3a 100644
|
| --- a/cc/layer_impl.cc
|
| +++ b/cc/layer_impl.cc
|
| @@ -149,7 +149,7 @@ bool LayerImpl::showDebugBorders() const
|
| {
|
| if (!m_layerTreeHostImpl)
|
| return false;
|
| - return m_layerTreeHostImpl->settings().showDebugBorders;
|
| + return m_layerTreeHostImpl->debugState().showDebugBorders;
|
| }
|
|
|
| void LayerImpl::getDebugBorderProperties(SkColor* color, float* width) const
|
|
|