From 33d325890e549c113a258248002246b46e8040b2 Mon Sep 17 00:00:00 2001 From: vjiaoblack Date: Thu, 21 Jul 2016 09:24:16 -0700 Subject: Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) Reason for revert: Decided to re-wait for a final LGTM. Already found a bug in variable naming to fix. Original issue's description: > Creating framework for drawShadowedPicture > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2146073003 > > Committed: https://skia.googlesource.com/skia/+/0ae097d116f4332be02a135ffc99c162473dee6a TBR=reed@google.com,robertphillips@google.com,bsalomon@google.com,jvanverth@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2167223002 --- include/private/SkRecords.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/private') diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h index d9f2b3b6d7..35adca20e7 100644 --- a/include/private/SkRecords.h +++ b/include/private/SkRecords.h @@ -68,7 +68,6 @@ namespace SkRecords { M(DrawPath) \ M(DrawPatch) \ M(DrawPicture) \ - M(DrawShadowedPicture) \ M(DrawPoints) \ M(DrawPosText) \ M(DrawPosTextH) \ @@ -310,10 +309,6 @@ RECORD(DrawPicture, kDraw_Tag, Optional paint; RefBox picture; TypedMatrix matrix); -RECORD(DrawShadowedPicture, kDraw_Tag, - Optional paint; - RefBox picture; - TypedMatrix matrix); RECORD(DrawPoints, kDraw_Tag, SkPaint paint; SkCanvas::PointMode mode; -- cgit v1.2.3