aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrDrawPathOp.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-21 11:37:49 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-21 17:24:39 +0000
commitbde428513ff3bd98a3d4f1c66ac779411233f817 (patch)
treee21463bfed13e81d0eafaecbd40118940b33433c /src/gpu/ops/GrDrawPathOp.h
parent53e4c3c0da40b58638d05e0f753ab6d450b961f5 (diff)
Rename GrOp::draw to GrOp::execute
Change-Id: I36b8532c57d0b6004a5fd283e30a506df89a4fa6 Reviewed-on: https://skia-review.googlesource.com/6387 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/gpu/ops/GrDrawPathOp.h')
-rw-r--r--src/gpu/ops/GrDrawPathOp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/ops/GrDrawPathOp.h b/src/gpu/ops/GrDrawPathOp.h
index 5d6c35d0e9..95cbc7e439 100644
--- a/src/gpu/ops/GrDrawPathOp.h
+++ b/src/gpu/ops/GrDrawPathOp.h
@@ -77,7 +77,7 @@ private:
bool onCombineIfPossible(GrOp* t, const GrCaps& caps) override { return false; }
- void onDraw(GrOpFlushState* state, const SkRect& bounds) override;
+ void onExecute(GrOpFlushState* state, const SkRect& bounds) override;
GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
@@ -170,7 +170,7 @@ private:
bool onCombineIfPossible(GrOp* t, const GrCaps& caps) override;
- void onDraw(GrOpFlushState* state, const SkRect& bounds) override;
+ void onExecute(GrOpFlushState* state, const SkRect& bounds) override;
struct Draw {
void set(const InstanceData* instanceData, SkScalar x, SkScalar y) {