| Index: cc/base/math_util.h
|
| diff --git a/cc/base/math_util.h b/cc/base/math_util.h
|
| index baf11a7cdff3e10c214337b73639003ed989b8d0..59f28ece4198548289b798f63b162ee08dd0f6aa 100644
|
| --- a/cc/base/math_util.h
|
| +++ b/cc/base/math_util.h
|
| @@ -189,7 +189,7 @@ class CC_EXPORT MathUtil {
|
| // array are valid.
|
| static bool MapClippedQuad3d(const gfx::Transform& transform,
|
| const gfx::QuadF& src_quad,
|
| - gfx::Point3F clipped_quad[8],
|
| + gfx::Point3F clipped_quad[6],
|
| int* num_vertices_in_clipped_quad);
|
|
|
| static gfx::RectF ComputeEnclosingRectOfVertices(const gfx::PointF vertices[],
|
|
|