Index: cc/layers/nine_patch_layer_impl.cc |
diff --git a/cc/layers/nine_patch_layer_impl.cc b/cc/layers/nine_patch_layer_impl.cc |
index 1fac38552fe0249f9775cac9e63e436bde77731f..445652738981d75b59a367893db44f6d63334386 100644 |
--- a/cc/layers/nine_patch_layer_impl.cc |
+++ b/cc/layers/nine_patch_layer_impl.cc |
@@ -321,7 +321,7 @@ void NinePatchLayerImpl::AppendQuads( |
visible_rect, resource, premultiplied_alpha, |
image_rect.origin(), image_rect.bottom_right(), |
SK_ColorTRANSPARENT, vertex_opacity, flipped, |
- nearest_neighbor_); |
+ nearest_neighbor_, false); |
ValidateQuadResources(quad); |
} |
} |