aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDraw.h
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-06-09 11:03:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-09 11:03:45 -0700
commit804b461bc4fe3cfd959fc065c1c0b524ef96e90b (patch)
treeb8b40ed99e3f8c58cd31e96bb4e6a0ef248a03f6 /include/core/SkDraw.h
parent96e4e1ca5a7dbe08b396817da30adfa3ecfd438c (diff)
SkPixmap::setColorSpace
Landed for reed@ with bug fix: Use default copy constructor for SkDraw BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2057563002 patch from issue 2057563002 at patchset 1 (http://crrev.com/2057563002#ps1) Review-Url: https://codereview.chromium.org/2052943002
Diffstat (limited to 'include/core/SkDraw.h')
-rw-r--r--include/core/SkDraw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
index 892aec9ea9..d7068fd3fc 100644
--- a/include/core/SkDraw.h
+++ b/include/core/SkDraw.h
@@ -30,7 +30,6 @@ class SkRRect;
class SkDraw {
public:
SkDraw();
- SkDraw(const SkDraw& src);
void drawPaint(const SkPaint&) const;
void drawPoints(SkCanvas::PointMode, size_t count, const SkPoint[],