aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TessellatingPathRendererTests.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-07-07 07:33:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-07 07:33:13 -0700
commit3950f0d7239c05687ac96c211e49ceab9ab9ff4d (patch)
tree3e2cd5430b2f05f37ceda3b735a5ebb3924c037e /tests/TessellatingPathRendererTests.cpp
parent82356cc41f360c607a1612cb9aead2423c0846a0 (diff)
Remove fColor from PathRenderer DrawPathArgs struct
This was getting in the way of other refactorings. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2126083002 Review-Url: https://codereview.chromium.org/2126083002
Diffstat (limited to 'tests/TessellatingPathRendererTests.cpp')
-rw-r--r--tests/TessellatingPathRendererTests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp
index 16cf7b223c..80e65cd3f0 100644
--- a/tests/TessellatingPathRendererTests.cpp
+++ b/tests/TessellatingPathRendererTests.cpp
@@ -246,7 +246,6 @@ static void test_path(GrDrawContext* drawContext, GrResourceProvider* rp, const
args.fDrawContext = drawContext;
args.fClip = &noClip;
args.fResourceProvider = rp;
- args.fColor = GrColor_WHITE;
args.fViewMatrix = &SkMatrix::I();
GrShape shape(path, style);
args.fShape = &shape;