Chromium Code Reviews| Index: src/gpu/SkGpuDevice.cpp |
| =================================================================== |
| --- src/gpu/SkGpuDevice.cpp (revision 10792) |
| +++ src/gpu/SkGpuDevice.cpp (working copy) |
| @@ -1083,7 +1083,7 @@ |
| const SkPaint& paint) { |
| // We cannot call drawBitmapRect here since 'm' could be anything |
| this->drawBitmapCommon(draw, bitmap, NULL, m, paint, |
| - SkCanvas::kNone_DrawBitmapRectflag); |
| + SkCanvas::kNone_DrawBitmapRectFlag); |
| } |
| void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, |