aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureContext.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-07 17:06:19 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-07 23:36:31 +0000
commit742e31de1599f3902810aecdf2e2e3eed3b40a09 (patch)
treebbac738ec7cecce88712ad2df993933c8888305e /src/gpu/GrTextureContext.cpp
parent42521e891081a7a85db4390a457074054649f194 (diff)
Rename GrBatchFlushState to GrOpFlushState
Change-Id: I1a8052c61d7624929caf45ba44e2a465cd0dc1c2 Reviewed-on: https://skia-review.googlesource.com/5649 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/gpu/GrTextureContext.cpp')
-rw-r--r--src/gpu/GrTextureContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrTextureContext.cpp b/src/gpu/GrTextureContext.cpp
index 66030f9ee0..22620fed0f 100644
--- a/src/gpu/GrTextureContext.cpp
+++ b/src/gpu/GrTextureContext.cpp
@@ -73,7 +73,7 @@ bool GrTextureContext::copySurface(GrSurface* src, const SkIRect& srcRect,
bool result = opList->copySurface(tex.get(), src, srcRect, dstPoint);
#ifndef ENABLE_MDB
- GrBatchFlushState flushState(fContext->getGpu(), nullptr);
+ GrOpFlushState flushState(fContext->getGpu(), nullptr);
opList->prepareOps(&flushState);
opList->executeOps(&flushState);
opList->reset();