aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-05-05 09:51:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-05 09:51:38 -0700
commitcb8979d088a66ebaf41f10ba6f5c830615aa0e03 (patch)
tree1493797ba71ecb94c3d7ebfb78e4fc6222dce778 /src/gpu/GrTest.cpp
parente46760e8b2b2fc4a11a43a3b7cc9da7166c83c46 (diff)
Move DrawInfo out from GrDrawTarget and rename to GrVertices.
Diffstat (limited to 'src/gpu/GrTest.cpp')
-rw-r--r--src/gpu/GrTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
index 23739f2b2a..dfec04864c 100644
--- a/src/gpu/GrTest.cpp
+++ b/src/gpu/GrTest.cpp
@@ -200,7 +200,7 @@ private:
void onClearStencilClip(GrRenderTarget*, const SkIRect& rect, bool insideClip) override {}
- void onDraw(const DrawArgs&, const GrDrawTarget::DrawInfo&) override {}
+ void onDraw(const DrawArgs&, const GrVertices&) override {}
void onStencilPath(const GrPath* path, const StencilPathState& state) override {}