Index: cc/quad_culler.cc |
diff --git a/cc/quad_culler.cc b/cc/quad_culler.cc |
index ca79ac162e5d9b76730331c5072aebc9223f3391..606e9706a1302eda1435608a86476b90f68d79af 100644 |
--- a/cc/quad_culler.cc |
+++ b/cc/quad_culler.cc |
@@ -50,7 +50,7 @@ static inline bool appendQuadInternal(scoped_ptr<DrawQuad> drawQuad, const gfx:: |
if (keepQuad) { |
if (createDebugBorderQuads && !drawQuad->IsDebugQuad() && drawQuad->visible_rect != drawQuad->rect) { |
SkColor color = DebugColors::CulledTileBorderColor(); |
- float width = DebugColors::CulledTileBorderWidth(layer ? layer->layerTreeHostImpl() : NULL); |
+ float width = DebugColors::CulledTileBorderWidth(layer ? layer->layerTreeImpl() : NULL); |
scoped_ptr<DebugBorderDrawQuad> debugBorderQuad = DebugBorderDrawQuad::Create(); |
debugBorderQuad->SetNew(drawQuad->shared_quad_state, drawQuad->visible_rect, color, width); |
quadList.append(debugBorderQuad.PassAs<DrawQuad>()); |