diff options
author | Brian Salomon <bsalomon@google.com> | 2016-12-07 17:06:19 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-12-07 23:36:31 +0000 |
commit | 742e31de1599f3902810aecdf2e2e3eed3b40a09 (patch) | |
tree | bbac738ec7cecce88712ad2df993933c8888305e /src/gpu/effects | |
parent | 42521e891081a7a85db4390a457074054649f194 (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/effects')
-rw-r--r-- | src/gpu/effects/GrDashingEffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrDashingEffect.cpp b/src/gpu/effects/GrDashingEffect.cpp index 311bad3b40..02c0d22915 100644 --- a/src/gpu/effects/GrDashingEffect.cpp +++ b/src/gpu/effects/GrDashingEffect.cpp @@ -7,7 +7,6 @@ #include "GrDashingEffect.h" -#include "GrBatchFlushState.h" #include "GrBatchTest.h" #include "GrCaps.h" #include "GrContext.h" @@ -15,6 +14,7 @@ #include "GrDefaultGeoProcFactory.h" #include "GrGeometryProcessor.h" #include "GrInvariantOutput.h" +#include "GrOpFlushState.h" #include "GrProcessor.h" #include "GrStyle.h" #include "SkGr.h" |