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