commit | 31acc11977815402e4ef2681350f8559285bec97 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 12:13:48 2013 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 12:13:48 2013 +0000 |
tree | bd63c04bda844e8dc9d5187a7bf54af5b7d11e16 | |
parent | 8d3c640b5aa96d6316a3e52975602b35e1a66ac7 [diff] [blame] |
Fix name of "bleed" flag https://codereview.chromium.org/22812014/ git-svn-id: http://skia.googlecode.com/svn/trunk@10805 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp index 7a1aea2..b18c782 100644 --- a/src/gpu/SkGpuDevice.cpp +++ b/src/gpu/SkGpuDevice.cpp
@@ -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,