aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTargetOpList.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-28 10:33:41 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-28 16:44:36 +0000
commit2de8cfadc34cd92a6f99659fa565c137b386fa5f (patch)
tree51a1eed5bdb6d8df712030f62f68ea1a33a3a5bc /src/gpu/GrRenderTargetOpList.h
parent90ca37726b6e00a1f5cde43e0c1fd0b0ad87b0d3 (diff)
Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext
Change-Id: I5f48ce9978370f07238a7318ccb6270e10069c92 Reviewed-on: https://skia-review.googlesource.com/21104 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrRenderTargetOpList.h')
-rw-r--r--src/gpu/GrRenderTargetOpList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrRenderTargetOpList.h b/src/gpu/GrRenderTargetOpList.h
index b42277ccc8..668e94d4cd 100644
--- a/src/gpu/GrRenderTargetOpList.h
+++ b/src/gpu/GrRenderTargetOpList.h
@@ -96,7 +96,7 @@ public:
GrSurfaceProxy* dst,
GrSurfaceProxy* src,
const SkIRect& srcRect,
- const SkIPoint& dstPoint);
+ const SkIPoint& dstPoint) override;
gr_instanced::InstancedRendering* instancedRendering() const {
SkASSERT(fInstancedRendering);