Chromium Code Reviews| Index: src/gpu/GrGpu.cpp |
| diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
| index 691c0ab83abbaf672b6c031dcf12bad0bfbdeda6..a381f311aa2e7ad118913c6e8edef004df42ae52 100644 |
| --- a/src/gpu/GrGpu.cpp |
| +++ b/src/gpu/GrGpu.cpp |
| @@ -21,7 +21,7 @@ |
| #include "GrStencilAttachment.h" |
| #include "GrSurfacePriv.h" |
| #include "GrTexturePriv.h" |
| -#include "SkTypes.h" |
| +#include "SkMathPriv.h" |
| GrMesh& GrMesh::operator =(const GrMesh& di) { |
| fPrimitiveType = di.fPrimitiveType; |